brickworks/examples/synth_simple/web/Makefile

6 lines
202 B
Makefile

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