19 lines
327 B
Makefile
19 lines
327 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/native \
|
|
hello-world/sky \
|
|
hello-world/wismote \
|
|
hello-world/z1 \
|
|
eeprom-test/native \
|
|
ipv6/er-rest-example/wismote \
|
|
ipso-objects/wismote \
|
|
platform-specific/zolertia/z1/z1 \
|
|
ipv6/multicast/sky \
|
|
sensniff/z1 \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|