mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 00:11:39 +00:00
forgot to remove the .deps dir on clean
This commit is contained in:
parent
a88b8e07b5
commit
8f9d7079e4
1 changed files with 1 additions and 0 deletions
|
@ -24,5 +24,6 @@ libr.pak: $(libr_obj)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.qfo *.pak *.d
|
rm -f *.qfo *.pak *.d
|
||||||
|
rm -rf .deps
|
||||||
|
|
||||||
-include $(libr_dep)
|
-include $(libr_dep)
|
||||||
|
|
Loading…
Reference in a new issue