Skip to content

Commit

Permalink
Make sure that "make setup" updates the checkouts if they're already
Browse files Browse the repository at this point in the history
there
  • Loading branch information
obra committed Dec 11, 2023
1 parent 74a2010 commit 863333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 863333c

Please sign in to comment.