brickworks/examples/fxpp_wah/daisy-seed/Makefile
2023-06-20 15:12:45 +02:00

8 lines
224 B
Makefile

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