From c46e2ba3985846019d3377895e52fc360a6ce061 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 13 May 2023 23:24:52 -0400 Subject: incorporate shortcuts plugin into rose.c and makefile --- makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index be310c6..5650d05 100644 --- a/makefile +++ b/makefile @@ -25,12 +25,13 @@ ADBLOCK=#'-L/usr/lib/wyebrowser/adblock.so' ## Plugins LIBRE_REDIRECT=./plugins/libre_redirect/libre_redirect.c ./plugins/libre_redirect/str_replace_start.c -READABILITY=./plugins/readability/readability.c CUSTOM_STYLES=./plugins/style/style.c +READABILITY=./plugins/readability/readability.c +SHORTCUTS=./plugins/shortcuts/shortcuts.c STAND_IN=./plugins/stand_in/stand_in.c # gives function definitions for the above, which do nothing -PLUGS=$(LIBRE_REDIRECT) $(READABILITY) $(CUSTOM_STYLES) +PLUGS=$(LIBRE_REDIRECT) $(READABILITY) $(CUSTOM_STYLES) $(SHORTCUTS) # PLUGS=$(STAND_IN) # Note that if you want some plugins but not others, # You should edit the stand_in.c file -- cgit v1.2.3