Makefile
changeset 32 bc861ea6d23b
parent 0 29654efe3188
child 35 54cf3d67fc45
--- a/Makefile	Thu Aug 12 21:46:56 2004 +0000
+++ b/Makefile	Thu Aug 12 22:06:56 2004 +0000
@@ -170,7 +170,7 @@
 endif
 
 # Set output executable names
-TTD=ttd$(EXE)
+TTD=openttd$(EXE)
 STRGEN=strgen/strgen$(EXE)
 OSXAPP="OpenTTD.app"
 
@@ -542,8 +542,10 @@
 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)