Merge remote-tracking branch 'fabian/clean_pyc'

Conflicts:
	graphics/text/Makefile
This commit is contained in:
Mike Swanson 2014-01-20 05:38:21 -08:00
commit 29695eb7ca
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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