elm-mdl/Makefile
Søren Debois 5b2a2aba05 Makefile
2016-03-15 17:57:39 +01:00

7 lines
172 B
Makefile

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