diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-05-13 23:50:14 -0400 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-05-13 23:50:14 -0400 |
commit | a8be16b1ee80f5d1d89b66494ec74af999652c2a (patch) | |
tree | 58b8179e0d2721d7c62360763d2699b61df46014 /makefile | |
parent | c46e2ba3985846019d3377895e52fc360a6ce061 (diff) |
debug shortcuts plugin
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ LIBS=`pkg-config --libs ${DEPS}` ADBLOCK=#'-L/usr/lib/wyebrowser/adblock.so' ## Plugins -LIBRE_REDIRECT=./plugins/libre_redirect/libre_redirect.c ./plugins/libre_redirect/str_replace_start.c +LIBRE_REDIRECT=./plugins/libre_redirect/libre_redirect.c ./plugins/libre_redirect/str_replace_start.c ./plugins/libre_redirect/str_init.c CUSTOM_STYLES=./plugins/style/style.c READABILITY=./plugins/readability/readability.c SHORTCUTS=./plugins/shortcuts/shortcuts.c |