13 lines
164 B
Makefile
13 lines
164 B
Makefile
# main project for vim2
|
|
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
TARGET := vim2
|
|
|
|
MODULES += \
|
|
app/shell \
|
|
app/stringtests \
|
|
app/tests \
|
|
lib/cksum \
|
|
lib/debugcommands \
|
|
|