Bugfix: the directory filename was wrong

This commit is contained in:
adamdunkels 2008-11-10 21:08:01 +00:00
parent 75ffd0640c
commit 629963a6ba
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ contiki-raven:
(cd contiki-2.x/examples/webserver-ipv6-raven; make)
(cd contiki-2.x/platform/avr-ravenlcd; make)
(cd contiki-2.x/examples/ravenusbstick; make)
mkdir contiki-raven-uipv6-$(RELEASE)
mkdir contiki-raven-$(RELEASE)
cp contiki-2.x/examples/webserver-ipv6-raven/webserver6.elf contiki-raven-$(RELEASE)
cp contiki-2.x/platform/avr-ravenlcd/ravenlcd_3290.elf contiki-raven-$(RELEASE)
cp contiki-2.x/examples/ravenusbstick/ravenusbstick.elf contiki-raven-$(RELEASE)