Documentation updates for stable release (#73)
[akkoma] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..bc8719e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all:   install
+       pipenv run mkdocs build
+
+install:
+       pipenv install
+clean:
+       rm -rf docs