chassis/plugin/Makefile
2024-09-08 22:45:12 +01:00

25 lines
378 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 \
digital.cpp \
chassis.cpp \
voice.cpp
include ../dpf/Makefile.plugins.mk
TARGETS += jack lv2
all: $(TARGETS)