Bugfix in the path to the sky linux tools

This commit is contained in:
adamdunkels 2010-02-03 21:55:09 +00:00
parent dda757aca7
commit c06526326c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
contiki-sky:
(cd contiki-2.x/examples/sky-shell; make sky-shell.ihex; ant dist; chmod 755 dist/tools/*-linux)
(cd contiki-2.x/examples/sky-shell; make sky-shell.ihex && ant dist && chmod 755 dist/tools/sky/*-linux)
cp -r contiki-2.x/examples/sky-shell/dist contiki-sky-$(RELEASE)
contiki-sky-$(RELEASE).zip: contiki-sky