From 6557863bb89955147f08acd4d934c362c1b01783 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 3 Feb 2008 21:04:31 +0000 Subject: [PATCH] The reset now comes after the binaries are compiled --- tools/sky/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sky/Makefile b/tools/sky/Makefile index f7c3b5e73..1b4331742 100644 --- a/tools/sky/Makefile +++ b/tools/sky/Makefile @@ -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