2026-08-02 05:37:06 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
NAME = SquidgeDistortion
|
|
|
|
|
|
2026-08-02 20:03:04 +01:00
|
|
|
FILES_DSP = SquidgeDistortion.cpp ../../core/Gain.cpp ../../core/Clipper.cpp
|
2026-08-02 05:37:06 +01:00
|
|
|
|
|
|
|
|
TARGETS = vst3 clap
|
|
|
|
|
|
|
|
|
|
include ../../dpf/Makefile.plugins.mk
|
|
|
|
|
|
|
|
|
|
all: $(TARGETS)
|
|
|
|
|
|