7 lines
183 B
Makefile
7 lines
183 B
Makefile
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
|
|
|
NAME := bw_example_synth_poly
|
|
SOURCE := bw_example_synth_poly.c
|
|
|
|
include ${ROOT_DIR}/../../common/vst3/vst3.mk
|