chassis/plugin/Makefile

23 lines
345 B
Makefile
Raw Normal View History

2024-09-02 21:11:57 +00:00
###############################
#
# Makefile for BarrChassis
# based on the work of falkTX, in the DPF example plugins
2024-09-02 21:11:57 +00:00
#
# for full licence, see LICENCE in the root of the project
#
###############################
NAME = chassis
FILES_DSP = \
2024-09-03 14:31:54 +00:00
chassis.cpp \
voice.cpp
2024-09-02 21:11:57 +00:00
include ../dpf/Makefile.plugins.mk
TARGETS += jack
2024-09-02 21:11:57 +00:00
all: $(TARGETS)