mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
Makefile: Make sure all built files are removed in make clean
.
This commit is contained in:
parent
a0e65f7fed
commit
c6235d6ffc
6 changed files with 14 additions and 10 deletions
|
@ -3,5 +3,5 @@ ultramid.ini : gen-ultramid config.py stats.py
|
|||
cp $@ ../dmxgus.lmp
|
||||
|
||||
clean:
|
||||
rm -f ultramid.ini *.pyc
|
||||
rm -f ultramid.ini ../dmxgus.lmp *.pyc
|
||||
rm -fr __pycache__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue