aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c61e002..49a1896 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,10 @@ show-tests:
test: $(TESTS)
.PHONY: test
+clean:
+ @make -C docs clean
+.PHONY: clean
+
docs:
@make -C docs
.PHONY: docs