mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-04-04 08:51:39 +00:00
clean: include *.d
This commit is contained in:
parent
7f2b2061e6
commit
3b0a69fffe
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -110,7 +110,7 @@ strip: $(GMQCC) $(QCVM) $(TESTSUITE)
|
|||
strip $(TESTSUITE)
|
||||
|
||||
clean:
|
||||
rm -rf *.o $(GMQCC) $(QCVM) $(TESTSUITE) $(PAK) *.dat gource.mp4 *.exe gm-qcc.tgz ./cov-int
|
||||
rm -rf *.o *.d $(GMQCC) $(QCVM) $(TESTSUITE) $(PAK) *.dat gource.mp4 *.exe gm-qcc.tgz ./cov-int
|
||||
|
||||
depend:
|
||||
@ makedepend -Y -w 65536 2> /dev/null $(subst .o,.c,$(DEPS))
|
||||
|
|
Loading…
Reference in a new issue