X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=blobdiff_plain;f=Makefile;h=3e47048e525857119a51f2d687cd2194de15c26a;hp=d5165a645e60efe593d156c1342cc6c424ff04ea;hb=aa4e15dfb588f060c4e9a7a5d652e656fd3ed553;hpb=6291d74b01f95a6d7cb501f2b9d08e4a6cb10643 diff --git a/Makefile b/Makefile index d5165a6..3e47048 100644 --- 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