brickworks/examples/fx_notch/web/Makefile
2023-01-24 00:27:42 +01:00

5 lines
185 B
Makefile

ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
SOURCES = ${SOURCES_COMMON} ${ROOT_DIR}/../src/bw_example_fx_notch.c
include ${ROOT_DIR}/../../common/web/web.mk