barrverb/plugin/Makefile
2024-07-27 23:53:03 +01:00

20 lines
316 B
Makefile

###############################
#
# Makefile for BarrVerb
# based on the work of falkTX
#
# for full licence, see LICENCE in the root of the project
#
###############################
NAME = BarrVerb
FILES_DSP = barrverb.cpp
include ../dpf/Makefile.plugins.mk
TARGETS += vst2 vst3 jack lv2_dsp
all: $(TARGETS)