minor, change CFLAGS operator to '=' over '+='
[systembsd.git] / Makefile
index d5165a645e60efe593d156c1342cc6c424ff04ea..3e47048e525857119a51f2d687cd2194de15c26a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 .PHONY: all
 
 CC?=           /usr/bin/cc
-CFLAGS+=       -Wall -Wextra -Werror -std=c89
+CFLAGS       -Wall -Wextra -Werror -std=c89
 
 DEBUG=         1
 .ifdef DEBUG