X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=b8b82212046aac3007b935b6fd9f0b759eaa4640;hb=7c9a0bfb36e0c630d6056e5897d00a8d54317261;hp=31f35a96f24a14e57466e4307503a503c71538a0;hpb=6c6498b797c84653c04ef0a9fc31d52af159fdf2;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)