aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f438824..8e85940 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ all: build/netflix-no-skip.user.js
build/%.js: src/%.ts
$(TSC)
-build/netflix-no-skip.user.js: build/index.js src/userscript-header.txt
+build/netflix-no-skip.user.js: build/index.js build/*.js src/userscript-header.txt
$(BROWSERIFY) $^ -o $@
cat src/userscript-header.txt $@ > $@.tmp