diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-14 15:54:17 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-14 15:54:17 +0000 |
| commit | 9fbf665da20c7ede821faf90811f8f7e51de8c1c (patch) | |
| tree | 876d66e250180646ee4791aaa1fdc5f4752f9a04 /Makefile | |
| parent | 184deceba3fd03e72c4eadacb54c7c9da6c20339 (diff) | |
remove pedantic compile!
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ LIBS = -lX11 # flags # CPPFLAGS = -CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os ${CPPFLAGS} -fdiagnostics-color=always +CFLAGS = -std=c99 -Wall -Wextra -Os ${CPPFLAGS} -fdiagnostics-color=always LDFLAGS = ${LIBS} # uncomment this block for OpenBSD |
