diff --git a/etc/makefiles/arduino-cli.mk b/etc/makefiles/arduino-cli.mk index 8b86f7ea..41c882c5 100644 --- a/etc/makefiles/arduino-cli.mk +++ b/etc/makefiles/arduino-cli.mk @@ -32,10 +32,10 @@ endif .PHONY: configure-arduino-cli install-arduino-core-kaleidoscope install-arduino-core-avr .PHONY: all -.DEFAULT_GOAL := all +.DEFAULT_GOAL := non-goal -all: - @echo "Make all target doesn't do anything" +non-goal: + @echo "Make without a target doesn't do anything" @: ## Do not remove this line, otherwise `make all` will trigger the `%` rule too.