6 lines
62 B
Makefile
6 lines
62 B
Makefile
|
LOCAL_DIR := $(GET_LOCAL_DIR)
|
||
|
|
||
|
OBJS += \
|
||
|
$(LOCAL_DIR)/app.o
|
||
|
|