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