summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 145974e1..2cecc74c 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ ftest: ftest_inplace
clean:
find . \( -name '*.o' -o -name '*.c' -o -name '*.so' -o -name '*.py[cod]' -o -name '*.dll' \) -exec rm -f {} \;
- rm -rf build
+ rm -rf build doc/html/api
realclean: clean
rm -f TAGS