Skip to content

Commit c43fda1

Browse files
committed
Use printf instead of echo in Makefile help target
1 parent a812ce0 commit c43fda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: help
22
help:
3-
@echo "available targets -->\n"
3+
@printf "available targets -->\n\n"
44
@cat Makefile | grep ".PHONY" | grep -v ".PHONY: _" | sed 's/.PHONY: //g'
55

66

0 commit comments

Comments
 (0)