11 lines
154 B
Makefile
11 lines
154 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/native \
|
|
storage/eeprom-test/native \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|