chassis/plugin/Makefile
Gordon JC Pearce ff3cb82c85 initial
2024-09-02 22:11:57 +01:00

20 lines
314 B
Makefile

###############################
#
# 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)