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