summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0a2c11..b69ebdc 100644
--- a/Makefile
+++ b/Makefile
@@ -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