mirror of
https://github.com/correl/elm-mdl.git
synced 2024-12-18 11:06:18 +00:00
Makefile
This commit is contained in:
parent
7e58d4f472
commit
5b2a2aba05
1 changed files with 7 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal 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
|
Loading…
Reference in a new issue