make clean also removes the .so copied in src/

This commit is contained in:
Florent Le Coz 2014-04-09 22:45:17 +02:00
parent 9ab0a6d12e
commit e451041f05

View file

@ -17,6 +17,7 @@ clean:
find ./ -name "#*#" -delete
rm -rf doc/build/
rm -rf build
rm -f src/*.so
install: all
python3 setup.py install --root=$(DESTDIR) --optimize=1