diff --git a/Makefile b/Makefile index c380b99c..1782fc9c 100644 --- a/Makefile +++ b/Makefile @@ -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