From a8cba787bc8f1b55ecd90c7d3c10537b4544eb68 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 21 Jun 2021 16:07:55 +0200 Subject: [PATCH] Update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5157062..4c98506 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ dev: js/main.js release: js/main.min.js -js/main.js: src/** +js/main.js: src/** elm-video/src/** $(ELM) make src/Main.elm --output $(BUILD_DIR)/main.js js/main.min.js: js/main.tmp.js