Make clean removes the build directory containing the .so library
This commit is contained in:
parent
d1609b97e4
commit
9ab0a6d12e
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -15,7 +15,8 @@ clean:
|
|||
find ./ -name \*.pyo -delete
|
||||
find ./ -name \*~ -delete
|
||||
find ./ -name "#*#" -delete
|
||||
rm -r doc/build/
|
||||
rm -rf doc/build/
|
||||
rm -rf build
|
||||
|
||||
install: all
|
||||
python3 setup.py install --root=$(DESTDIR) --optimize=1
|
||||
|
|
Loading…
Reference in a new issue