chassis/plugin/Makefile
Gordon JC Pearce fbdbc998b9 clean up a bit
2024-09-03 16:17:32 +01:00

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