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)