summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb1c950..08a3604 100644
--- a/Makefile
+++ b/Makefile
@@ -8,5 +8,7 @@ clean:
install:
pip install .
-docs:
+docs: build
make -C docs html
+
+.PHONY: build docs clean