brickworks/examples/fx_eq_3band/daisy-seed/Makefile

8 lines
221 B
Makefile
Raw Normal View History

2023-02-16 13:38:12 +00:00
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
TARGET = bw_example_fx_eq_3band
C_SOURCES += ${ROOT_DIR}/../src/bw_example_fx_eq_3band.c
include ${ROOT_DIR}/../../common/daisy-seed/daisy-seed.mk