7 lines
172 B
Makefile
7 lines
172 B
Makefile
![]() |
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
||
|
|
||
|
NAME := bw_example_fxpp_eq_3band
|
||
|
SOURCE := ${NAME}.cpp
|
||
|
|
||
|
include ${ROOT_DIR}/../../common/ios/ios.mk
|