16 lines
243 B
Makefile
16 lines
243 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/native \
|
|
hello-world/sky \
|
|
eeprom-test/native \
|
|
ipv6/multicast/sky \
|
|
logging/native \
|
|
ipv6/rpl-udp/sky \
|
|
ipv6/rpl-simple/sky \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|