This commit is contained in:
Søren Debois 2016-03-15 17:57:39 +01:00
parent 7e58d4f472
commit 5b2a2aba05

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
PAGES=../elm-mdl-gh-pages
pages :
elm-make examples/Demo.elm --output $(PAGES)/elm.js
(cd $(PAGES); git commit -am "Update."; git push origin gh-pages)
.phony : pages