summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd3b3a05..c380b99c 100644
--- a/Makefile
+++ b/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