elm-mdl/Makefile

8 lines
172 B
Makefile
Raw Normal View History

2016-03-15 16:57:39 +00:00
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