#!/usr/bin/make -f
NAME = SquidgeDistortion

FILES_DSP = SquidgeDistortion.cpp

TARGETS = vst3 clap

include ../../dpf/Makefile.plugins.mk

all: $(TARGETS)

