tonewheel/plugin/Makefile

20 lines
346 B
Makefile

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