1 2 3 4 5 6 7 8 9
build: install @elm make src/Main.elm --output public/client.js || true clean: @echo "Cleaning" @rm -rf elm-stuff install: elm-package.json @elm package install