diff --git a/Makefile b/Makefile index 249683e4b..8010b091b 100644 --- a/Makefile +++ b/Makefile @@ -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