brickworks/examples/fx_wah/daisy-seed/Makefile
2023-02-03 11:48:37 +01:00

7 lines
212 B
Makefile

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