-For every base target, add a simple .mk file in target/ -More complex project files include from the target/ one
7 lines
96 B
Makefile
7 lines
96 B
Makefile
# top level project rules for the uzed project
|
|
#
|
|
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
TARGET := uzed
|
|
|