Skip to content

Commit 8b0bba2

Browse files
committed
Makefile: check target is .PHONY
Signed-off-by: Loïc Minier <[email protected]>
1 parent be9d04e commit 8b0bba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PLATFORMS := $(foreach platform,$(wildcard platforms/*),$(platform)/gpt)
33
BINS := gen_partition.py msp.py ptool.py
44
PREFIX ?= /usr/local
55

6-
.PHONY: all
6+
.PHONY: all check
77

88
all: $(PLATFORMS)
99

0 commit comments

Comments
 (0)