From 484d62913300d6f3ce73522affc91ff6384d11d9 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Fri, 21 Feb 2025 17:33:00 +0100 Subject: Compile Elm to js instead of html --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3