Skip to content

Commit

Permalink
output to dist/elm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 14, 2020
1 parent 18a02ac commit d62ebf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build.sh
Expand Up @@ -9,7 +9,7 @@ elmFlags=--debug
rule elm
command = elm make \$elmFlags --output=\$out \$in
build index.js: elm src/Main.elm | elm.json $(echo "$ELM_FILES" | tr '\n' ' ')
build dist/elm.js: elm src/Main.elm | elm.json $(echo "$ELM_FILES" | tr '\n' ' ')
EOF

ninja "$@"

0 comments on commit d62ebf9

Please sign in to comment.