SquidgeDSP/plugins/SquidgeDistortion/Makefile
2026-08-02 05:37:06 +01:00

11 lines
157 B
Makefile

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