diff options
author | Jakob Unterwurzacher | 2015-12-20 21:09:16 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-12-20 21:09:16 +0100 |
commit | faf71ef22953ba031159fc3bcfe05ee82f4f03c2 (patch) | |
tree | bafd826ebd876bea9b43b6c711d0bbc8ea6c6e6f /Makefile | |
parent | c038c1e546b1cf94ab9efebc3d13faaa8a9eb07a (diff) |
Add Makefile for builing the site
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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" |