5 lines
188 B
Makefile
5 lines
188 B
Makefile
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
|
SOURCES = ${SOURCES_COMMON} ${ROOT_DIR}/../src/bw_example_fx_eq_3band.c
|
|
|
|
include ${ROOT_DIR}/../../common/web/web.mk
|