mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Small changes to distclean target from vapier
This commit is contained in:
parent
c02a7fce3c
commit
0167152647
2 changed files with 2 additions and 1 deletions
|
@ -22,4 +22,4 @@ install: default
|
|||
install -s -m 0755 q3asm$(BINEXT) ../
|
||||
|
||||
uninstall:
|
||||
-rm ../q3asm$(BINEXT)
|
||||
rm -f ../q3asm$(BINEXT)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue