Makefile: Make sure all built files are removed in make clean.

This commit is contained in:
Mike Swanson 2017-02-19 12:22:57 -08:00
parent a0e65f7fed
commit c6235d6ffc
6 changed files with 14 additions and 10 deletions

View file

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