diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-14 19:33:52 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-14 19:33:52 -0300 |
commit | 6a2c4c9084060583261855ce5c57bdfd977f2cf1 (patch) | |
tree | ecd386b562e9018c9f3157e314149c1236c8adc7 | |
parent | af208844b575edb6ce9205507289a00743a8bf4e (diff) |
small makefile tweaks
-rw-r--r-- | makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -15,8 +15,8 @@ SRC=rosenrot.c CONFIG=config.h # Plugins -# include plugins/plugins.mk -PLUGINS=./plugins/stand_in/stand_in.c +include plugins/plugins.mk +# PLUGINS=./plugins/stand_in/stand_in.c ## Formatter STYLE_BLUEPRINT=webkit @@ -77,10 +77,10 @@ fast: $(SRC) $(PLUGINS) $(CONFIG) $(CC) $(WARNINGS) $(OPTIMIZED_MORE) -fprofile-use $(INCS) $(PLUGINS) $(SRC) -o rosenrot $(LIBS) $(ADBLOCK) rm -f *.gcda -inspect: build +inspect: rosenrot GTK_DEBUG=interactive ./rosenrot -diagnose_deprecations: +diagnose_deprecations: rosenrot G_ENABLE_DIAGNOSTIC=1 ./rosenrot view-gtk3-version: |