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