The reset now comes after the binaries are compiled
This commit is contained in:
parent
cb6bc45350
commit
6557863bb8
|
@ -32,9 +32,9 @@ sky-motelist:
|
|||
sky-motes:
|
||||
@echo $(MOTES)
|
||||
|
||||
%.upload: %.ihex sky-reset
|
||||
%.upload: %.ihex
|
||||
cp $< $(IHEXFILE)
|
||||
$(MAKE) sky-upload
|
||||
$(MAKE) sky-reset sky-upload
|
||||
|
||||
sky-upload: sky-reset
|
||||
$(MAKE) -j $(NUMPAR) sky-upload-sequence
|
||||
|
|
Loading…
Reference in a new issue