From d73f172fc1d7f00883d07cd35bef295e6da0204f Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 8 Aug 2025 16:35:29 +0200 Subject: [PATCH] added bear target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a7110d5..4aeb08c 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,10 @@ JuceLibraryCode: fir: @$(MAKE) -C $(LIBSRC_PATH)/fir +bear: + make distclean + bear --output compile_commands.json -- $(MAKE) -j8 + run: app cp extras/waves/waves_microwave_v2.0_8bit ~/.vst/jaysynth/waves.bin cp build/linux/release/JaySynth.so ~/.vst/jaysynth/JaySynth.so