X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=3c0e965e14bace008c5444111b57306bd6966fad;hb=3939cd4f963b485e1da42787f59fdbcfae23be19;hp=88fd80719260b4c08fa344158f4a1a41039c2add;hpb=c4c28e10db763e10f1366eace99daa85c35503f6;p=open-adventure.git diff --git a/Makefile b/Makefile index 88fd807..3c0e965 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ VERS=1.0 CC?=gcc -CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wall -Wpedantic -g +CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wall -Wpedantic -Wextra -g LIBS= UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux)