make clean also removes the .so copied in src/
This commit is contained in:
parent
9ab0a6d12e
commit
e451041f05
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in a new issue