aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59a59c2..6f5ce16 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,9 @@ build/main.js: main.js.in $(addprefix build/,$(IMPORTS_BASENAME))
$< \
> $@
+peniquitous.user.js: build/main.js userscript-header.txt
+ cat userscript-header.txt build/main.js > $@
+
.PHONY: clean
clean:
rm -rf build