First cut at game-option support.
[super-star-trek.git] / makefile
index 4aa098e9a51a91e5f8aa5335a86f5dbfaebfe95b..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 $<
@@ -19,13 +19,12 @@ all: sst sst.doc
 
 ai.o: ai.c sst.h
 battle.o: battle.c sst.h
-conio.o: conio.c conio.h
 events.o: events.c sst.h
 finish.o: finish.c sst.h
 io.o: io.c sst.h
 moving.o: moving.c sstlinux.h sst.h
 planets.o: planets.c sst.h
-reports.o: reports.c sst.h conio.h
+reports.o: reports.c sst.h
 setup.o: setup.c sst.h
 sst.o: sst.c sstlinux.h sst.h
 sstlinux.o: sstlinux.c sstlinux.h