22 lines
332 B
Makefile
22 lines
332 B
Makefile
###############################
|
|
#
|
|
# Makefile for BarrChassis
|
|
# 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
|
|
|
|
include ../dpf/Makefile.plugins.mk
|
|
|
|
TARGETS += jack
|
|
|
|
all: $(TARGETS)
|
|
|
|
|