Added target for making the tools/ and tools/sky/uip6-bridge

This commit is contained in:
adamdunkels 2010-02-06 18:22:34 +00:00
parent 671216c558
commit d5e133bf7c

View File

@ -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 \