chassis/plugin/Makefile

22 lines
332 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 = \
chassis.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)