From 17a955e89b6f49362088d1a27cf8dd49acb4634f Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 25 Oct 2007 14:48:23 +0000 Subject: [PATCH] Removed unused sky-run rule --- tools/sky/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tools/sky/Makefile b/tools/sky/Makefile index a857da834..86419ef6c 100644 --- a/tools/sky/Makefile +++ b/tools/sky/Makefile @@ -28,13 +28,7 @@ sky-motes: %.upload: %.ihex cp $< $(IHEXFILE) - $(MAKE) sky-run - -sky-run: sky-upload sky-reset-sequence - $(MAKE) -k -j $(NUMPAR) sky-run-sequence - -sky-run-sequence: $(foreach PORT, $(MOTES), $(PORT).run) - @echo $(MOTES) + $(MAKE) sky-upload sky-upload: $(MAKE) -j $(NUMPAR) sky-upload-sequence