From 7abef8e7fb389fe65f79fd03db14afd45895256b Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Tue, 5 Feb 2008 20:04:07 +0100 Subject: [PATCH] added make install --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c8c015f..262ff6b 100644 --- a/Makefile +++ b/Makefile @@ -72,4 +72,7 @@ clean: openocd: $(shell $(OPENOCD) -f scripts/openocd.cfg) +install: + ./scripts/download.sh + -include $(shell find $(BUILD) -name *.d 2> /dev/null)