elm-mdl/Makefile

8 lines
114 B
Makefile
Raw Normal View History

2016-03-08 16:30:09 +00:00
elm.js:
2016-03-13 21:47:00 +00:00
elm-make Demo.elm --output elm.js
2016-03-08 16:30:09 +00:00
2016-03-13 21:47:00 +00:00
clean:
2016-03-08 16:30:09 +00:00
rm -rf elm-stuff/build-artifacts elm.js
.PHONY: clean elm.js