d1a96c576d
PR: 24905 Submitted by: MAINTAINER
20 lines
490 B
Plaintext
20 lines
490 B
Plaintext
--- Makefile.orig Sun Nov 19 12:52:12 2000
|
|
+++ Makefile Tue Feb 6 09:35:36 2001
|
|
@@ -5,7 +5,7 @@
|
|
#============================================================#
|
|
|
|
#Change this to where you want to put the data directory.
|
|
-DATADIR = `pwd`/data
|
|
+#DATADIR = `pwd`/data
|
|
#Eg you might want to put the data files here......
|
|
#DATADIR = /usr/share/games/xtux
|
|
|
|
@@ -14,7 +14,7 @@
|
|
SV_SRC_DIR = src/server
|
|
CL_SRC_DIR = src/client
|
|
|
|
-MAKE = @make -C
|
|
+MAKE = @gmake -C
|
|
|
|
all: common client server
|