From 863333c9b5e501d64b9f55ba9a3b1f129b12e1f1 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 10 Dec 2023 21:48:37 -0800 Subject: [PATCH] Make sure that "make setup" updates the checkouts if they're already there --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97beacb66f..c76b7c7a25 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ endif .DEFAULT_GOAL := smoke-sketches .PHONY: setup -setup: $(ARDUINO_CLI_PATH) $(ARDUINO_DIRECTORIES_DATA)/arduino-cli.yaml install-arduino-core-avr install-arduino-core-kaleidoscope checkout-platform prepare-virtual +setup: $(ARDUINO_CLI_PATH) $(ARDUINO_DIRECTORIES_DATA)/arduino-cli.yaml install-arduino-core-avr install-arduino-core-kaleidoscope checkout-platform update prepare-virtual @: .PHONY: checkout-platform