diff rogue3/Makefile @ 16:a731f515575e

rogue3: add the option of logging all games to a text file
author edwarj4
date Tue, 10 Nov 2009 22:38:46 +0000
parents ca928738f2a0
children bbf072f8bafa
line wrap: on
line diff
--- a/rogue3/Makefile	Sat Oct 31 15:18:51 2009 +0000
+++ b/rogue3/Makefile	Tue Nov 10 22:38:46 2009 +0000
@@ -40,7 +40,8 @@
 ROPTS =
 COPTS = -O3
 CFLAGS= $(COPTS) $(ROPTS) -DSCOREFILE=\"/usr/local/games/roguelike/rogue3.scr\" \
-	-DSAVEDIR=\"/usr/local/games/roguelike/rogue3save/\"
+	-DSAVEDIR=\"/usr/local/games/roguelike/rogue3save/\" \
+	-DLOGFILE=\"/usr/local/games/roguelike/rogue3.log\"
 LIBS  = -lcurses
 RM    = rm -f
 LD    = $(CC)