Mercurial > hg > early-roguelike
diff rogue3/Makefile @ 1:b4856d4d4c4e
Add -n option and system savedir functionality
author | edwarj4 |
---|---|
date | Wed, 14 Oct 2009 01:32:13 +0000 |
parents | 527e2150eaf0 |
children | ca928738f2a0 |
line wrap: on
line diff
--- a/rogue3/Makefile Tue Oct 13 13:33:34 2009 +0000 +++ b/rogue3/Makefile Wed Oct 14 01:32:13 2009 +0000 @@ -39,7 +39,7 @@ CC = gcc ROPTS = COPTS = -O3 -CFLAGS= $(COPTS) $(ROPTS) -DSCOREFILE=\"rogue36.scr\" +CFLAGS= $(COPTS) $(ROPTS) -DSCOREFILE=\"/usr/local/games/roguelike/rogue3.scr\" -DSAVEDIR=\"/usr/local/games/roguelike/rogue3save/\" LIBS = -lcurses RM = rm -f LD = $(CC)