7 lines
83 B
Makefile
7 lines
83 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
MODULES += lib/font
|
|
|
|
OBJS += \
|
|
$(LOCAL_DIR)/text.o
|