mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-05 07:25:45 -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,7 +3,6 @@ playpal.lmp: playpal-base.lmp playpal.py
|
|||
cp playpal.lmp ../
|
||||
|
||||
clean:
|
||||
rm -f playpal.lmp
|
||||
rm -f playpal.lmp ../playpal.lmp
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue