Makefile: update comment for clarity
This commit is contained in:
parent
f64f1f4b2f
commit
7a6f7147ae
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ define n
|
|||||||
|
|
||||||
endef
|
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 clean,$(MAKECMDGOALS)))
|
||||||
ifeq (,$(filter install,$(MAKECMDGOALS)))
|
ifeq (,$(filter install,$(MAKECMDGOALS)))
|
||||||
ifndef BOARD
|
ifndef BOARD
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user