7 lines
169 B
Makefile
7 lines
169 B
Makefile
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
|
|
|
NAME := bw_example_fxpp_delay
|
|
SOURCE := ${NAME}.cpp
|
|
|
|
include ${ROOT_DIR}/../../common/ios/ios.mk
|