X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=80f1c121d8bb52da8b147c869670d2597bce2c9d;hp=b7328e649a7fe0759877dc6addcd2607f12839d1;hb=f862f9f1d508e00bccc208e66b1d31a5e530ab3e;hpb=35a1aff8dcfc079e890780439f0968062d0c3eb8 diff --git a/Makefile b/Makefile index b7328e6..80f1c12 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ VERS=1.0 CC?=gcc -CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wpedantic +CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wpedantic -g LIBS= UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux)