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