peacock/plugin/Makefile
2024-10-09 22:43:52 +01:00

24 lines
355 B
Makefile

###############################
#
# Makefile for Peacock
# based on the work of falkTX, in the DPF example plugins
#
# for full licence, see LICENCE in the root of the project
#
###############################
NAME = peacock
FILES_DSP = \
peacock.cpp \
ic1.cpp \
ic29.cpp
include ../dpf/Makefile.plugins.mk
TARGETS += jack lv2
all: $(TARGETS)