elm-mdl/Makefile
2016-03-13 22:47:00 +01:00

7 lines
114 B
Makefile

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