mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
build: Fix 'make clean'.
lumps/Makefile has been removed, but we were still trying to make clean in that directory.
This commit is contained in:
parent
d241e7f326
commit
64801c1b45
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -126,7 +126,6 @@ clean:
|
|||
pnames.txt
|
||||
-rmdir $(WADS)
|
||||
|
||||
$(MAKE) -C lumps clean
|
||||
$(MAKE) -C graphics/text clean
|
||||
$(MAKE) -C graphics/titlepic clean
|
||||
$(MAKE) -C lumps/cph/misc-lumps clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue