brickworks/examples/fx_one_pole/ios/Makefile

7 lines
168 B
Makefile
Raw Normal View History

2023-08-04 13:08:46 +00:00
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
NAME := bw_example_fx_one_pole
SOURCE := ${NAME}.c
include ${ROOT_DIR}/../../common/ios/ios.mk