Merge branch 'master' of github.com:freedoom/freedoom

This commit is contained in:
Simon Howard 2014-01-22 04:55:13 +00:00
commit 4a33ca69dc
3 changed files with 3 additions and 4 deletions

View file

@ -56,5 +56,4 @@ graphics.stamp: config.py fontchars ../../lumps/fraggle/freedoom.bex
@mv graphics.tmp $@
clean:
rm -f $(GRAPHICS) graphics.stamp
rm -f $(GRAPHICS) graphics.stamp *.pyc

View file

@ -2,5 +2,5 @@ ultramid.ini : gen-ultramid config.py stats.py
./gen-ultramid $@
clean:
rm -f ultramid.ini
rm -f ultramid.ini *.pyc

View file

@ -3,5 +3,5 @@ genmidi.lmp: config.py instruments/*
./mkgenmidi $@
clean:
rm -f genmidi.lmp
rm -f genmidi.lmp *.pyc