diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-12 14:39:03 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-12 14:40:50 -0300 |
commit | bb9d791a62808b973c8258edd921d1c78e0b1df4 (patch) | |
tree | 6432f0d9ef92603377b0b78ccd10bdd9ca3d2aca /makefile | |
parent | 8907cbb063f4369bfba554f3fb6f1fc2a9a17fd9 (diff) |
get shortcuts working again
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |