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