brickworks/examples/fxpp_flanger/ios/Makefile

7 lines
171 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_fxpp_flanger
SOURCE := ${NAME}.cpp
include ${ROOT_DIR}/../../common/ios/ios.mk