First cut at game-option support.
[super-star-trek.git] / makefile
index 7745e7319030f9969f1df26fd4db705dc8b6b39a..f9c7d5a72e0873692ab9422768d4cc907925fc2d 100644 (file)
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@
 
 VERS=$(shell sed <sst.spec -n -e '/Version: \(.*\)/s//\1/p')
 
-CFLAGS= -O1 -g -Wall -DSSTDOC='"/usr/share/doc/sst/sst.doc"'
+CFLAGS= -O1 -g -Wall -DSSTDOC='"/usr/share/doc/sst/sst.doc"' -DDEBUG
 
 .c.o:
        $(CC) $(CFLAGS) -c $<