init + building

This commit is contained in:
Liam Kerr 2026-08-02 05:37:06 +01:00
commit 3e9b443b60
8 changed files with 127 additions and 0 deletions

View 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)