SquidgeDSP/plugins/SquidgeTemplate/Makefile

11 lines
172 B
Makefile
Raw Permalink Normal View History

#!/usr/bin/make -f
NAME = squidgeTemplate
FILES_DSP = squidgeTemplate.cpp ../../core/Gain.cpp
TARGETS = vst3 clap
include ../../dpf/Makefile.plugins.mk
all: $(TARGETS)