From 022a9938621f32f5876b822d61dcd6e76c2e272a Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 16 Nov 2020 12:11:17 -0800 Subject: [PATCH] minor makefile cleanups from "checkmake" --- Makefile | 2 +- etc/makefiles/arduino-cli.mk | 3 ++- etc/makefiles/sketch.mk | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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