mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Remove Python byte-code in the clean rule.
This commit is contained in:
parent
63567a234e
commit
d9c9b315e6
3 changed files with 3 additions and 3 deletions
|
@ -43,5 +43,5 @@ $(GRAPHICS): config.py fontchars ../../lumps/fraggle/freedoom.bex
|
|||
./textgen
|
||||
|
||||
clean:
|
||||
rm -f $(GRAPHICS)
|
||||
rm -f $(GRAPHICS) *.pyc
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@ ultramid.ini : gen-ultramid config.py stats.py
|
|||
./gen-ultramid $@
|
||||
|
||||
clean:
|
||||
rm -f ultramid.ini
|
||||
rm -f ultramid.ini *.pyc
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@ genmidi.lmp: config.py instruments/*
|
|||
./mkgenmidi $@
|
||||
|
||||
clean:
|
||||
rm -f genmidi.lmp
|
||||
rm -f genmidi.lmp *.pyc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue