mirror of
https://github.com/correl/elm-mdl.git
synced 2024-12-18 03:00:11 +00:00
7 lines
114 B
Makefile
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
|