From: Joey Castillo Date: Fri, 4 Jul 2025 15:04:13 +0000 (-0400) Subject: Makefile: update comment for clarity X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=7a6f7147ae6c2fcfd6df6506c81073cbd5099e15;p=sensor-watch.git Makefile: update comment for clarity --- diff --git a/Makefile b/Makefile index 39b6d86..5d1fbd2 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ define n endef -# Only require BOARD and DISPLAY for non-clean targets +# Don't require BOARD or DISPLAY for `make clean` or `make install` ifeq (,$(filter clean,$(MAKECMDGOALS))) ifeq (,$(filter install,$(MAKECMDGOALS))) ifndef BOARD