brickworks/examples/fx_chorus/web/Makefile
2023-04-06 12:03:39 +02:00

6 lines
206 B
Makefile

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