mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-23 19:19:52 +00:00
7 lines
172 B
Makefile
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
|