From 279c9305b53a21f380e24cbd74b05e1e001686f8 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 18 Apr 2021 20:30:17 +0200 Subject: Add a makefile to generate greasemonkey bakup archive. The generated zip file can be loaded by selecting "Import a backup" from the GreaseMonkey menu. This will install/update both scripts in the archive. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d974190 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: userscripts.zip + +userscripts.zip: */*.js + zip -9ur $@ * -- cgit v1.2.3