Remove Python byte-code in the clean rule.

This commit is contained in:
Fabian Greffrath 2014-01-20 13:06:50 +01:00
parent 63567a234e
commit d9c9b315e6
3 changed files with 3 additions and 3 deletions

View file

@ -43,5 +43,5 @@ $(GRAPHICS): config.py fontchars ../../lumps/fraggle/freedoom.bex
./textgen
clean:
rm -f $(GRAPHICS)
rm -f $(GRAPHICS) *.pyc