brickworks/examples/fx_clip/daisy-seed/Makefile

8 lines
213 B
Makefile
Raw Normal View History

2023-04-25 23:48:01 +00:00
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
TARGET = bw_example_fx_clip
C_SOURCES += ${ROOT_DIR}/../src/bw_example_fx_clip.c
include ${ROOT_DIR}/../../common/daisy-seed/daisy-seed.mk