brickworks/examples/fx_phaser/android/Makefile
2023-07-30 10:05:35 +02:00

7 lines
224 B
Makefile

ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
NAME := bw_example_fx_phaser
SOURCES = ${SOURCES_COMMON} ${ROOT_DIR}/../src/bw_example_fx_phaser.c
include ${ROOT_DIR}/../../common/android/android.mk