From a7192d5e5c18ff9e27a511c81374e99395f73e07 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sun, 17 Mar 2024 21:31:11 -0300 Subject: typos & use /opt/rosenrot folder --- makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index ab23dcd..bd59e59 100644 --- a/makefile +++ b/makefile @@ -48,6 +48,8 @@ runtime_files: sudo mkdir -p /opt/rosenrot/ sudo cp style.css /opt/rosenrot/ sudo cp -r images/flower-imgs /opt/rosenrot/ + sudo cp plugins/style/style.js /opt/rosenrot/ + sudo cp plugins/readability/readability.js /opt/rosenrot/ install: rosenrot runtime_files cp -f rosenrot /usr/bin @@ -67,8 +69,7 @@ format: $(SRC) $(PLUGINS) $(FORMATTER) $(SRC) $(PLUGINS) $(rosenrot.h) lint: - clang-tidy $(SRC) $(PLUGINS) -- -Wall -O3 `pkg-config --cflags 'webkit2gtk-4.1'` -o rosenrot `pkg-config --libs 'webkit2gtk-4.1'` - + clang-tidy $(SRC) $(PLUGINS) -- -Wall -O3 $(INCS) -o rosenrot $(LIBS) ## A few more commands: fast: $(SRC) $(PLUGINS) $(CONFIG) -- cgit v1.2.3