Skip to content

Commit b959f33

Browse files
jviottiRelequestual
authored andcommitted
Add the "all" target to the list of PHONY targets
Looks like this one has been missed. Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 13003c9 commit b959f33

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
@@ -24,4 +24,4 @@ json-schema.tar.gz: $(OUT)
2424
clean:
2525
rm -f $(OUT) json-schema.tar.gz
2626

27-
.PHONY: clean
27+
.PHONY: clean all

0 commit comments

Comments
 (0)