Mercurial > hg > early-roguelike
diff rogue4/Makefile @ 13:63b9fd7d70ce
rogue4: add -n option and system savedir
author | edwarj4 |
---|---|
date | Sat, 31 Oct 2009 01:51:52 +0000 |
parents | 9535a08ddc39 |
children | ea7372f5d314 |
line wrap: on
line diff
--- a/rogue4/Makefile Sat Oct 24 16:52:52 2009 +0000 +++ b/rogue4/Makefile Sat Oct 31 01:51:52 2009 +0000 @@ -26,13 +26,14 @@ MISC= Makefile LICENSE.TXT rogue.6 rogue.me CC = gcc -CFLAGS= -O3 +CFLAGS= -O3 -DSAVEDIR=\"/usr/local/games/roguelike/rogue4save/\" CRLIB = -lcurses RM = rm -f TAR = tar SCOREFILE= -SF=-DSCOREFILE=\"rogue52.scr\" -DLOCKFILE=\"rogue52.lck\" +SF=-DSCOREFILE=\"/usr/local/games/roguelike/rogue4.scr\" \ + -DLOCKFILE=\"/usr/local/games/roguelike/rogue4.lck\" NAMELIST= NL= #MACHDEP= -DMAXLOAD=40 -DLOADAV -DCHECKTIME=4