SquidgeDSP/plugins/SquidgeDistortion/Makefile
2026-08-02 20:03:04 +01:00

11 lines
200 B
Makefile

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