diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-26 22:59:30 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-26 22:59:30 +0000 |
commit | 1e76e0b6431613a264b67c7c71bf1bbacfa893f0 (patch) | |
tree | 16db1dfeeda3fdd0a37fa32ac3ae0f460aaa482c /code/tools | |
parent | 14bf501c3d5435fc81d8a0dd97d488344fb69268 (diff) | |
download | ioquake3-aero-1e76e0b6431613a264b67c7c71bf1bbacfa893f0.tar.gz ioquake3-aero-1e76e0b6431613a264b67c7c71bf1bbacfa893f0.zip |
* Small changes to distclean target from vapier
git-svn-id: svn://svn.icculus.org/quake3/trunk@184 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/tools')
-rw-r--r-- | code/tools/asm/Makefile | 2 | ||||
-rw-r--r-- | code/tools/lcc/makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/code/tools/asm/Makefile b/code/tools/asm/Makefile index 06c67ad..a6202ae 100644 --- a/code/tools/asm/Makefile +++ b/code/tools/asm/Makefile @@ -22,4 +22,4 @@ install: default install -s -m 0755 q3asm$(BINEXT) ../ uninstall: - -rm ../q3asm$(BINEXT) + rm -f ../q3asm$(BINEXT) diff --git a/code/tools/lcc/makefile b/code/tools/lcc/makefile index c67a526..7f78156 100644 --- a/code/tools/lcc/makefile +++ b/code/tools/lcc/makefile @@ -252,6 +252,7 @@ clean:: testclean $(RM) $(BD)rcc.c $(BD)rcc.h $(RM) $(BD)rcc1$(E) $(BD)rcc1$(E) $(BD)1rcc$(E) $(BD)2rcc$(E) $(RM) $(BD)*.ilk + $(RM) -r $(BD) clobber:: clean $(RM) $(BD)q3rcc$(E) $(BD)2html$(E) $(BD)pass2$(E) $(BD)lburg$(E) $(BD)q3cpp$(E) $(BD)q3lcc$(E) $(BD)bprint$(E) $(BD)*$(A) |