13 lines
185 B
Makefile
13 lines
185 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/native \
|
|
hello-world/sky \
|
|
eeprom-test/native \
|
|
ipv6/multicast/sky \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|