diff options
author | bjarni <bjarni@openttd.org> | 2004-12-10 18:24:35 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2004-12-10 18:24:35 +0000 |
commit | 88cdb99ff7de6de3856f65967bf8538992f36d15 (patch) | |
tree | e75bb22c0174cd5ba2c5c7b988d6c8d1c6902cc6 /Makefile | |
parent | 5b0915e67774c9e8ac84d192cf6bd409286166ec (diff) | |
download | openttd-88cdb99ff7de6de3856f65967bf8538992f36d15.tar.xz |
(svn r1010) Makefile: removed the outdated remove of ttd binary from make clean (should only be a check for openttd binary)
Tron forgot to credit Celestar for last commit (rev 1009)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -723,11 +723,9 @@ 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: @echo 'Cleaning up...'; \ - rm -rf .deps *~ $(TTD) $(STRGEN) core table/strings.h $(LANGS) $(ttd_OBJS) endian.h $(ENDIAN_CHECK) ttd$(EXE) + rm -rf .deps *~ $(TTD) $(STRGEN) core table/strings.h $(LANGS) $(ttd_OBJS) endian.h $(ENDIAN_CHECK) mrproper: clean rm -rf $(MAKE_CONFIG) |