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