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