Added upload and rundemo targets, removed obsoleted %.upload target

This commit is contained in:
adamdunkels 2007-11-26 23:32:32 +00:00
parent f6cf045413
commit 99f1aa9238

View file

@ -18,9 +18,14 @@ zip: all jar
all: burn-nodeids javaapp energest-demo.ihex
upload: energest-demo.upload
burn-nodeids:
(cd nodeid; $(MAKE))
rundemo: zip
cd contiki-energest-demo; make rundemo
jar:
ant jar
@ -47,9 +52,4 @@ CFLAGS += -DRF_CHANNEL=20
endif
%.upload: %.ihex
cp $< ../testbed-server/image.ihex
(cd ../testbed-server; make upload)
include $(CONTIKI)/Makefile.include