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 9a7165f..362b72d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,3 +4,6 @@ build:
clean:
find \( -name \*.c -o -name \*.h \) -exec rm {} \;
rm -rf build
+
+docs:
+ make -C docs html