init + building
This commit is contained in:
commit
3e9b443b60
8 changed files with 127 additions and 0 deletions
11
plugins/SquidgeDistortion/Makefile
Normal file
11
plugins/SquidgeDistortion/Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/make -f
|
||||
NAME = SquidgeDistortion
|
||||
|
||||
FILES_DSP = SquidgeDistortion.cpp
|
||||
|
||||
TARGETS = vst3 clap
|
||||
|
||||
include ../../dpf/Makefile.plugins.mk
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue