summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-12 22:06:56 +0000
committerdarkvater <darkvater@openttd.org>2004-08-12 22:06:56 +0000
commitb70e5a30c14f7d540bb1c5982c27b8ccbf22d909 (patch)
tree6d7ecf574f5af087fb151fab50d34af9343329d2 /Makefile
parentd3be7f2de7a84d93ab9c03545e90cf530d11f166 (diff)
downloadopenttd-b70e5a30c14f7d540bb1c5982c27b8ccbf22d909.tar.xz
(svn r33) -Executeable is now openttd(.exe) always
-Resourcefile has been updated to 0.3.3.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c72a38142..aa69baa72 100644
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,7 @@ EXE=
endif
# Set output executable names
-TTD=ttd$(EXE)
+TTD=openttd$(EXE)
STRGEN=strgen/strgen$(EXE)
OSXAPP="OpenTTD.app"
@@ -542,8 +542,10 @@ rev.c: FORCE
FORCE:
+# ttd$(EXE) is removed just to make sure people execute the right binary (openttd$(EXE))
+# remove this for next release!
clean:
- rm -rf .deps *~ $(TTD) $(STRGEN) core table/strings.h $(LANGS) $(ttd_OBJS)
+ rm -rf .deps *~ $(TTD) $(STRGEN) core table/strings.h $(LANGS) $(ttd_OBJS) ttd$(EXE)
mrproper: clean
rm -rf $(MAKE_CONFIG)