aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e6f03f5
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+all:
+ git pull
+ mkdocs build --clean 2>&1 | grep -v "Warning: Click detected the use of the unicode_literals"