diff options
| author | W. Kosior <koszko@koszko.org> | 2026-08-06 23:19:37 +0200 |
|---|---|---|
| committer | W. Kosior <koszko@koszko.org> | 2026-08-06 23:22:59 +0200 |
| commit | 98becbe8032816869a1d7e06121ed72b636c89be (patch) | |
| tree | 42c5266f2a950a38338bf97c048fe6c3c5773c71 /GNUmakefile | |
| parent | 01fc4dc8a88a91567231e0096961de10f924ae6a (diff) | |
| download | simple-browser-extension-magister.tar.gz simple-browser-extension-magister.zip | |
This also removes helpers for blocking CSS from `background.js' (nothing shall
be using them now).
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index f7d5eb1..d236a08 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -33,7 +33,6 @@ CONTENT_SCRIPTS = $(addprefix content/, \ amso-shop.js \ botland-shop.js \ go-away-bot-blocker.js \ - google-drive-folders.js \ janessa-garrow-home-site.js \ linkedin-pulse.js \ stephanskirche-cathedral-site.js \ @@ -46,6 +45,7 @@ CONTENT_SCRIPTS = $(addprefix content/, \ BG_SCRIPTS = $(addprefix background/, \ background.js \ + google-drive-folders.js \ ) manifest.json: manifest.json.in get-code-block.awk $(CONTENT_SCRIPTS) \ |
