X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=80f1c121d8bb52da8b147c869670d2597bce2c9d;hb=409ffe4a8672f41501667941cf10bd2dee1bb743;hp=b7328e649a7fe0759877dc6addcd2607f12839d1;hpb=a37e578f6381e4271459d3acd07b3c5870142d74;p=open-adventure.git 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)