-For every base target, add a simple .mk file in target/ -More complex project files include from the target/ one
9 lines
111 B
Makefile
9 lines
111 B
Makefile
MODULES += \
|
|
app/tests \
|
|
app/stringtests \
|
|
app/shell \
|
|
lib/debugcommands
|
|
|
|
include project/target/helio.mk
|
|
|