chassis/plugin/Makefile
2024-09-17 22:25:28 +01:00

26 lines
390 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 = \
ic1.cpp \
parameters.cpp \
voicecpu.cpp \
chassis.cpp \
voice.cpp
include ../dpf/Makefile.plugins.mk
TARGETS += jack lv2
all: $(TARGETS)