Rewrite save/resume in idiomatic C. Savefile version bumped to 26.
[open-adventure.git] / Makefile
index 63aa7f4289dc03be151c02e0f7ab306c09ad8784..46fe7ca70c1f3a0dc81dce12745e492ab8ffbe7d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@
 VERS=1.0
 
 CC?=gcc
-CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE
+CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -g
 LIBS=
 UNAME_S := $(shell uname -s)
 ifeq ($(UNAME_S),Linux)