7 lines
87 B
Makefile
7 lines
87 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
MODULES += lib/bio
|
|
|
|
OBJS += \
|
|
$(LOCAL_DIR)/partition.o
|