We can now override the docfile location.
[super-star-trek.git] / makefile
index 2b7f50da79345e440d6ff6ab01bafec11f72e440..e03770f2c8788d3048d3ee4832e9c21c164ff60a 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-CFLAGS=     -O -g
+CFLAGS=     -O -g -DSSTDOC='"sst.doc"'
 
 .c.o:
        $(CC) $(CFLAGS) -c $<