brickworks/examples/fx_ap2/ios/Makefile

7 lines
163 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_ap2
SOURCE := ${NAME}.c
include ${ROOT_DIR}/../../common/ios/ios.mk