|
|
@ -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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|