18 lines
253 B
Makefile
18 lines
253 B
Makefile
NAME = dpf_midi_thru
|
|
|
|
FILES_DSP = $(wildcard *.cpp)
|
|
FILES_DSP += $(wildcard *.c)
|
|
|
|
include ../../dpf/Makefile.plugins.mk
|
|
|
|
LINK_FLAGS += -lpthread
|
|
CFLAGS += -Wno-unused-parameter
|
|
CXXFLAGS += -Wno-unused-parameter
|
|
|
|
|
|
|
|
TARGETS += lv2_dsp
|
|
|
|
|
|
|
|
all: $(TARGETS) |