google-handwriting-api-elm/Makefile

7 lines
139 B
Makefile
Raw Permalink Normal View History

2021-10-11 22:32:48 +02:00
default: app.js
2022-04-12 18:41:49 +02:00
app.js: src dist
mkdir -p target
cp dist/index.html dist/style.css target
elm make src/Main.elm --output=target/app.js