elm-mdl/Makefile
2016-03-08 17:30:09 +01:00

7 lines
123 B
Makefile

elm.js:
elm-make elm-mdl-demo.elm --output elm.js
clean:
rm -rf elm-stuff/build-artifacts elm.js
.PHONY: clean elm.js