# HG changeset patch # User edwarj4 # Date 1255569979 0 # Node ID ca928738f2a07877ea3822ffcacf806925ed9e15 # Parent e551d384f7c698da5ec6ab64f6e0a41b941393cf Change the default binary name to rogue3 diff -r e551d384f7c6 -r ca928738f2a0 rogue3/Makefile --- a/rogue3/Makefile Thu Oct 15 01:22:54 2009 +0000 +++ b/rogue3/Makefile Thu Oct 15 01:26:19 2009 +0000 @@ -10,7 +10,7 @@ # DISTNAME=rogue3.6.4 -PROGRAM=rogue +PROGRAM=rogue3 O=o @@ -39,7 +39,8 @@ CC = gcc ROPTS = COPTS = -O3 -CFLAGS= $(COPTS) $(ROPTS) -DSCOREFILE=\"/usr/local/games/roguelike/rogue3.scr\" -DSAVEDIR=\"/usr/local/games/roguelike/rogue3save/\" +CFLAGS= $(COPTS) $(ROPTS) -DSCOREFILE=\"/usr/local/games/roguelike/rogue3.scr\" \ + -DSAVEDIR=\"/usr/local/games/roguelike/rogue3save/\" LIBS = -lcurses RM = rm -f LD = $(CC)