brickworks/examples/fxpp_vibrato/daisy-seed/Makefile
Stefano D'Angelo 146904938b fxpp_vibrato
2023-07-01 11:39:11 +02:00

8 lines
232 B
Makefile

ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
TARGET = bw_example_fxpp_vibrato
CPP_SOURCES_EXTRA = ${ROOT_DIR}/../src/bw_example_fxpp_vibrato.cpp
include ${ROOT_DIR}/../../common/daisy-seed/daisy-seed.mk