brickworks/examples/fx_slew_lim/daisy-seed/Makefile

8 lines
221 B
Makefile
Raw Normal View History

ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
TARGET = bw_example_fx_slew_lim
C_SOURCES += ${ROOT_DIR}/../src/bw_example_fx_slew_lim.c
include ${ROOT_DIR}/../../common/daisy-seed/daisy-seed.mk