brickworks/examples/fx_flanger/web/Makefile

6 lines
207 B
Makefile

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