get right of a spurious "all" target

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent f06d5ae5a9
commit 97d96b897d
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -32,10 +32,10 @@ endif
.PHONY: configure-arduino-cli install-arduino-core-kaleidoscope install-arduino-core-avr .PHONY: configure-arduino-cli install-arduino-core-kaleidoscope install-arduino-core-avr
.PHONY: all .PHONY: all
.DEFAULT_GOAL := all .DEFAULT_GOAL := non-goal
all: non-goal:
@echo "Make all target doesn't do anything" @echo "Make without a target doesn't do anything"
@: ## Do not remove this line, otherwise `make all` will trigger the `%` rule too. @: ## Do not remove this line, otherwise `make all` will trigger the `%` rule too.

Loading…
Cancel
Save