brickworks/examples/fx_wah/daisy-seed/Makefile
2023-02-03 17:29:08 +01:00

8 lines
211 B
Makefile

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