mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Makefile: don't error out with rmdir failures
rmdir exits with an error status if a directory doesn't exist or is non-empty. Let's tell make to ignore such things from it.
This commit is contained in:
parent
193d844236
commit
2912bd1ca1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -138,7 +138,7 @@ clean:
|
|||
./textures/freedm/pnames.txt \
|
||||
./textures/freedm/texture1.txt \
|
||||
./textures/texture1.txt
|
||||
rmdir $(WADS) textures/doom textures/doom2 textures/freedm
|
||||
-rmdir $(WADS) textures/doom textures/doom2 textures/freedm
|
||||
|
||||
make -C lumps clean
|
||||
make -C graphics/text clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue