Skip to content

Commit a92cc10

Browse files
committed
Add language to code fences
1 parent 1c184ff commit a92cc10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/make/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,13 +489,13 @@ $ make check-licenses
489489

490490
To enable [bash completion][bash-completion] of Makefile targets, add
491491

492-
```
492+
``` text
493493
complete -W "\`find . ! \( -path \"*/node_modules/*\" -prune \) -and \( -name 'Makefile' -o -name '*.mk' \) | xargs grep '^.PHONY: ' | awk '{print $2}'\`" make
494494
```
495495

496496
to your `~/.bash_profile` or `~/.bashrc`. Note that completion is __not__ exhaustive, as the above only includes targets which have been __explicitly__ declared phony targets
497497

498-
```
498+
``` text
499499
.PHONY: beep-boop
500500
```
501501

0 commit comments

Comments
 (0)