aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b4327c..658cc4f 100644
--- a/Makefile
+++ b/Makefile
@@ -62,3 +62,6 @@ clean:
.PHONY: clean_docs
clean_docs:
@$(RM) -r docs/output
+
+.PHONY: clean_all
+clean_all: clean clean_docs