mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
13 lines
205 B
Makefile
13 lines
205 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := stb
|
|
|
|
# Add your application source files here...
|
|
LOCAL_SRC_FILES := \
|
|
stb_image_write.c
|
|
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|