aboutsummaryrefslogtreecommitdiff
path: root/plugins/plugins.mk
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 21:51:55 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 21:51:55 -0300
commit07cae73c7116aee9686432783394eaba2c854ab9 (patch)
treef41dcb6e3e3d986e10094765dfbe68f2270294cd /plugins/plugins.mk
parented76b7e9e72cc2c3b5eeef0707638ff39a7cd31a (diff)
remove extra files
Diffstat (limited to 'plugins/plugins.mk')
-rw-r--r--plugins/plugins.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/plugins.mk b/plugins/plugins.mk
deleted file mode 100644
index f8d000f..0000000
--- a/plugins/plugins.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-## Shared
-COMMON_CODE=./plugins/strings/strings.c
-
-## Plugins
-CUSTOM_STYLES=./plugins/style/style.c
-SHORTCUTS=./plugins/shortcuts/shortcuts.c
-READABILITY=./plugins/readability/readability.c
-LIBRE_REDIRECT=./plugins/libre_redirect/libre_redirect.c
-
-ADBLOCK='-L/usr/lib/wyebrowser/adblock.so' # optional adblocking; depends on https://github.com/jun7/wyebadblock
-
-STAND_IN=./plugins/stand_in/stand_in.c # gives function definitions for the above, which do nothing
-
-PLUGINS=$(COMMON_CODE) $(CUSTOM_STYLES) $(SHORTCUTS) $(READABILITY) $(LIBRE_REDIRECT)
-# PLUGINS=$(STAND_IN)
-
-