improve test and clean targets in Makefiles

This commit is contained in:
Yuming Zhu 2017-11-30 09:47:32 +00:00 committed by Tomas Kopecek
parent aa48b87c12
commit 7a6ebc851f
13 changed files with 39 additions and 9 deletions

View file

@ -7,6 +7,7 @@ _default:
clean:
rm -f *.o *.so *.pyc *~
rm -rf __pycache__
for b in $(BINFILES); do rm -f $${b}c; done
_install: