aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 09b8b5e..5d671c2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,12 @@ BROWSERIFY := ./node_modules/.bin/browserify
TSC := ./node_modules/.bin/tsc
-all: netflix-no-skip.user.js
+all: netflix-immersive.user.js
build/%.js: src/%.ts
$(TSC)
-netflix-no-skip.user.js: build/index.js build/*.js src/userscript-header.txt
+netflix-immersive.user.js: build/index.js build/*.js src/userscript-header.txt
$(BROWSERIFY) $< -o $@
cat src/userscript-header.txt $@ > $@.tmp