Skip to content

Commit

Permalink
* Small changes to distclean target from vapier
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Oct 26, 2005
1 parent c02a7fc commit 0167152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/tools/asm/Makefile
Expand Up @@ -22,4 +22,4 @@ install: default
install -s -m 0755 q3asm$(BINEXT) ../

uninstall:
-rm ../q3asm$(BINEXT)
rm -f ../q3asm$(BINEXT)
1 change: 1 addition & 0 deletions code/tools/lcc/makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 0167152

Please sign in to comment.