8 lines
234 B
Makefile
8 lines
234 B
Makefile
|
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
||
|
|
||
|
TARGET = bw_example_fxpp_one_pole
|
||
|
|
||
|
CPP_SOURCES_EXTRA = ${ROOT_DIR}/../src/bw_example_fxpp_one_pole.cpp
|
||
|
|
||
|
include ${ROOT_DIR}/../../common/daisy-seed/daisy-seed.mk
|