aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cfcf127..c40999d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ export PATH := node_modules/.bin:$(PATH)
build: public/main.js
-public/main.js: node_modules $(shell find src \( -type d -o \( -type f -a -regex ".*\.ml" \) \))
+public/main.js: install $(shell find src \( -type d -o \( -type f -a -regex ".*\.ml" \) \))
@echo "Building $@"
@bsb -make-world
@rollup --config rollup.config.js