aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mkdocs
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.mkdocs')
-rw-r--r--Makefile.mkdocs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.mkdocs b/Makefile.mkdocs
new file mode 100644
index 0000000..7b4bed8
--- /dev/null
+++ b/Makefile.mkdocs
@@ -0,0 +1,12 @@
+#
+# MkDocs Makefile
+#
+
+compile:
+ mkdocs build
+
+serve:
+ mkdocs serve
+
+watch:
+ @./scripts/watch