diff --git a/Makefile b/Makefile index fe9b2cdf..6a29f9a6 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ SMOKE_SKETCHES=$(shell if [ -d ./examples ]; then find ./examples -type f -name smoke-sketches: $(SMOKE_SKETCHES) @echo "Smoke-tested all the sketches" -.PHONY: force +.PHONY: force all clean test clean: $(MAKE) -C tests clean diff --git a/etc/makefiles/arduino-cli.mk b/etc/makefiles/arduino-cli.mk index 562d26c9..7674c447 100644 --- a/etc/makefiles/arduino-cli.mk +++ b/etc/makefiles/arduino-cli.mk @@ -50,7 +50,8 @@ _arduino_prop = $(subst $1=,,$(subst 🔥, ,$(filter $1=%,$(_arduino_props)))) # -.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 .DEFAULT_GOAL := all diff --git a/etc/makefiles/sketch.mk b/etc/makefiles/sketch.mk index 3ebf46fb..b4b5f09b 100644 --- a/etc/makefiles/sketch.mk +++ b/etc/makefiles/sketch.mk @@ -88,7 +88,7 @@ $(SKETCH_FILE_PATH): .PHONY: compile configure-arduino-cli install-arduino-core-kaleidoscope install-arduino-core-avr -.PHONY: disassemble decompile size-map flash clean +.PHONY: disassemble decompile size-map flash clean all test .DEFAULT_GOAL := compile