mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
7 lines
176 B
Makefile
7 lines
176 B
Makefile
|
# Build both the native piece of SRB2 for Android, and the Java frontend.
|
||
|
LOCAL_PATH:= $(call my-dir)
|
||
|
|
||
|
include $(CLEAR_VARS)
|
||
|
|
||
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|