Update Makefile

This commit is contained in:
Otto Winter 2019-02-11 14:36:19 +01:00
parent df4922568d
commit 3579eddccc
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ copy-svg2png:
cp svg2png/*.png _build/html/_images/
netlify: netlify-dependencies netlify-api html copy-svg2png
python3 travis.py
webserver: html
cd "$(BUILDDIR)/html" && python3 -m http.server