20 lines
335 B
Makefile
20 lines
335 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/native \
|
|
hello-world/sky \
|
|
storage/eeprom-test/native \
|
|
multicast/sky \
|
|
libs/logging/native \
|
|
libs/energest/native \
|
|
libs/energest/sky \
|
|
rpl-udp/sky \
|
|
rpl-border-router/native \
|
|
rpl-border-router/sky \
|
|
slip-radio/sky \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|