From 7a6f7147ae6c2fcfd6df6506c81073cbd5099e15 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Fri, 4 Jul 2025 11:04:13 -0400 Subject: [PATCH] Makefile: update comment for clarity --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39b6d869..5d1fbd2f 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