elm-mdl/Makefile

8 lines
123 B
Makefile
Raw Normal View History

2016-03-08 16:30:09 +00:00
elm.js:
elm-make elm-mdl-demo.elm --output elm.js
clean:
rm -rf elm-stuff/build-artifacts elm.js
.PHONY: clean elm.js