aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2025-02-21 17:33:00 +0100
committerGuillermo Ramos2025-02-21 17:47:46 +0100
commit484d62913300d6f3ce73522affc91ff6384d11d9 (patch)
tree4ab24d6ffa0b09a9ceba198d58cf5fa32248f5e6 /Makefile
parente82162fbaf16703d9e9b589e7eb2ff8c62713838 (diff)
downloadhiccup-484d62913300d6f3ce73522affc91ff6384d11d9.tar.gz
Compile Elm to js instead of html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c39913..ad7cba4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
build:
- cd front && elm make src/Main.elm
+ cd front && elm make src/Main.elm --output main.js
cargo build -r
serve: build