From d5e133bf7cd1146378bae5faf84c6d4129e887fa Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sat, 6 Feb 2010 18:22:34 +0000 Subject: [PATCH] Added target for making the tools/ and tools/sky/uip6-bridge --- tools/release-tools/compile-examples/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/release-tools/compile-examples/Makefile b/tools/release-tools/compile-examples/Makefile index 8e5182a7e..2cec3313c 100644 --- a/tools/release-tools/compile-examples/Makefile +++ b/tools/release-tools/compile-examples/Makefile @@ -6,7 +6,11 @@ all: compile: rime-examples shell hello-world \ ipso-ipv6-raven jcreate multi-threading sky sky-ip sky-shell \ - webserver-ipv6 webserver-ipv6-raven + webserver-ipv6 webserver-ipv6-raven tools + +tools: + @(cd ../../../tools ; $(MAKE)) + @(cd ../../../tools/sky/uip6-bridge ; $(MAKE)) shell: example-example-shell.native example-example-shell.netsim hello-world: example-hello-world.sky example-hello-world.native \