changeset 4:ca928738f2a0

Change the default binary name to rogue3
author edwarj4
date Thu, 15 Oct 2009 01:26:19 +0000
parents e551d384f7c6
children e361fbca47ec
files rogue3/Makefile
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)