aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-12 14:39:03 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-12 14:40:50 -0300
commitbb9d791a62808b973c8258edd921d1c78e0b1df4 (patch)
tree6432f0d9ef92603377b0b78ccd10bdd9ca3d2aca /makefile
parent8907cbb063f4369bfba554f3fb6f1fc2a9a17fd9 (diff)
get shortcuts working again
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 25aa387..44723ae 100644
--- a/makefile
+++ b/makefile
@@ -64,7 +64,7 @@ fast: $(SRC) $(PLUGINS) $(CONFIG)
rm -f *.gcda
lint:
- clang-tidy $(SRC) $(PLUGINS) -- -Wall -O3 `pkg-config --cflags 'webkit2gtk-4.0'` -o rose `pkg-config --libs 'webkit2gtk-4.0'`
+ clang-tidy $(SRC) $(PLUGINS) -- -Wall -O3 `pkg-config --cflags 'webkit2gtk-4.1'` -o rose `pkg-config --libs 'webkit2gtk-4.1'`
inspect: build
GTK_DEBUG=interactive ./rose