default: app.js
app.js: src dist
mkdir -p target
cp dist/index.html dist/style.css target
elm make src/Main.elm --output=target/app.js