Skip to content

Commit 30fd908

Browse files
committed
Corrected typo in description for self-documented Makefile snippet
1 parent 5aed7e1 commit 30fd908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/make.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ snippet el
4343
# .DEFAULT_GOAL := target
4444
snippet default
4545
.DEFAULT_GOAL := ${1}
46-
# help target for self-documentated Makefile
46+
# help target for self-documented Makefile
4747
snippet help
4848
help: ## Prints help for targets with comments
4949
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $\$1, $\$2}'

0 commit comments

Comments
 (0)