aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-12-20 21:09:16 +0100
committerJakob Unterwurzacher2015-12-20 21:09:16 +0100
commitfaf71ef22953ba031159fc3bcfe05ee82f4f03c2 (patch)
treebafd826ebd876bea9b43b6c711d0bbc8ea6c6e6f /Makefile
parentc038c1e546b1cf94ab9efebc3d13faaa8a9eb07a (diff)
Add Makefile for builing the site
Diffstat (limited to 'Makefile')
-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"