Makefile: update comment for clarity

This commit is contained in:
Joey Castillo 2025-07-04 11:04:13 -04:00
parent f64f1f4b2f
commit 7a6f7147ae

View File

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