sonnenlicht/plugin/Makefile
Gordon JC Pearce 386a4f36da initial import
2024-08-18 19:00:26 +01:00

20 lines
325 B
Makefile

###############################
#
# Makefile for sonnenlicht
# based on the work of falkTX
#
# for full licence, see LICENCE in the root of the project
#
###############################
NAME = sonnenlicht
FILES_DSP = sonnenlicht.cpp
include ../dpf/Makefile.plugins.mk
TARGETS += vst2 vst3 jack lv2_dsp
all: $(TARGETS)