peacock/plugin/Makefile

26 lines
389 B
Makefile
Raw Permalink Normal View History

2024-10-09 21:10:51 +00:00
###############################
#
# 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 \
controls.cpp \
2024-10-09 21:43:52 +00:00
ic1.cpp \
2024-10-15 21:56:18 +00:00
oscillator.cpp \
2024-10-09 21:43:52 +00:00
ic29.cpp
2024-10-09 21:10:51 +00:00
include ../dpf/Makefile.plugins.mk
TARGETS += jack lv2
all: $(TARGETS)