chassis/plugin/Makefile

20 lines
314 B
Makefile
Raw Normal View History

2024-09-02 21:11:57 +00:00
###############################
#
# Makefile for BarrVerb
# based on the work of falkTX
#
# for full licence, see LICENCE in the root of the project
#
###############################
NAME = chassis
FILES_DSP = chassis.cpp
include ../dpf/Makefile.plugins.mk
TARGETS += vst2 vst3 jack lv2_dsp
all: $(TARGETS)