brickworks/examples/fxpp_phaser/daisy-seed/Makefile
2023-06-26 11:52:35 +02:00

8 lines
230 B
Makefile

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