Mercurial > hg > early-roguelike
comparison rogue4/Makefile @ 26:ea7372f5d314
rogue4: add logging all games
author | edwarj4 |
---|---|
date | Thu, 26 Nov 2009 03:02:13 +0000 |
parents | 63b9fd7d70ce |
children | 03c99f5ee38a |
comparison
equal
deleted
inserted
replaced
25:00e90f1bffd6 | 26:ea7372f5d314 |
---|---|
24 rooms.c save.c scrolls.c state.c sticks.c things.c weapons.c wizard.c \ | 24 rooms.c save.c scrolls.c state.c sticks.c things.c weapons.c wizard.c \ |
25 mach_dep.c xcrypt.c mdport.c | 25 mach_dep.c xcrypt.c mdport.c |
26 MISC= Makefile LICENSE.TXT rogue.6 rogue.me | 26 MISC= Makefile LICENSE.TXT rogue.6 rogue.me |
27 | 27 |
28 CC = gcc | 28 CC = gcc |
29 CFLAGS= -O3 -DSAVEDIR=\"/usr/local/games/roguelike/rogue4save/\" | 29 CFLAGS= -O3 -DSAVEDIR=\"/usr/local/games/roguelike/rogue4save/\" \ |
30 -DLOGFILE=\"/usr/local/games/roguelike/rogue4.log\" | |
30 CRLIB = -lcurses | 31 CRLIB = -lcurses |
31 RM = rm -f | 32 RM = rm -f |
32 TAR = tar | 33 TAR = tar |
33 | 34 |
34 SCOREFILE= | 35 SCOREFILE= |