X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=b8b82212046aac3007b935b6fd9f0b759eaa4640;hb=a48d75b999aa03ba97a2e09787ca0c3c8dfbc1bd;hp=31f35a96f24a14e57466e4307503a503c71538a0;hpb=34621b054adb37028a18411db7df5dee0e9c9f00;p=open-adventure.git diff --git a/Makefile b/Makefile index 31f35a9..b8b8221 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ VERS=1.0 CC?=gcc -CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wall -Wpedantic +CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wall -Wpedantic -g LIBS= UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux)