summaryrefslogtreecommitdiffstats
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 b87b2ce..c38f867 100644
--- a/Makefile
+++ b/Makefile
@@ -2,3 +2,6 @@
image:
docker build -t takahe -f docker/Dockerfile .
+
+docs:
+ cd docs/ && make html