From 643461080317191cd3897527ad39a716d4e9d64c Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Fri, 28 May 2010 05:24:21 -0400 Subject: Moved reset script to support directory For kicks. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca6e70c..3917e35 100644 --- a/Makefile +++ b/Makefile @@ -196,12 +196,12 @@ jtag: $(BUILD_PATH)/main.bin @echo "JTAG build" program_ram: ram - ./reset.py + support/scripts/reset.py sleep 1 $(DFU) -a0 -d $(VENDOR_ID):$(PRODUCT_ID) -D build/main.bin -R program_flash: flash - ./reset.py + support/scripts/reset.py sleep 1 $(DFU) -a1 -d $(VENDOR_ID):$(PRODUCT_ID) -D build/main.bin -R -- cgit v1.2.3