chassis/plugin/Makefile
Gordon JC Pearce 72fa8a2aab try another way
2024-09-17 20:28:50 +01:00

26 lines
395 B
Makefile

###############################
#
# Makefile for Chassis
# based on the work of falkTX, in the DPF example plugins
#
# for full licence, see LICENCE in the root of the project
#
###############################
NAME = chassis
FILES_DSP = \
parameters.cpp \
voicecpu.cpp \
assigner.cpp \
chassis.cpp \
voice.cpp
include ../dpf/Makefile.plugins.mk
TARGETS += jack lv2
all: $(TARGETS)