aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d36c557..4e155d4 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ FSANITIZE = -fsanitize=address
CC = clang
#--------------------------------------------------------------------------------------------------#
CFLAGS = -std=c89
-CFLAGS = -Wall
+CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic