diff options
author | Raf Czlonka <rczlonka@gmail.com> | 2023-07-20 16:58:51 +0100 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-07-20 12:07:49 -0400 |
commit | 44cf900b78f7a9e6a838c82be38ddad3c0c60a25 (patch) | |
tree | 06c4d244924be4b8b99ea27ac5bddc868578f3fc /docs/USAGE.md | |
parent | 5f0b2636c86a12dac9ab670eebe1b6bc2fe75457 (diff) | |
download | bfs-44cf900b78f7a9e6a838c82be38ddad3c0c60a25.tar.xz |
Rename Makefile to GNUmakefile
Diffstat (limited to 'docs/USAGE.md')
-rw-r--r-- | docs/USAGE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 0e45b34..86eef87 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -7,8 +7,8 @@ When invoked with no arguments, `bfs` will list everything under the current dir ```console $ bfs . +./GNUmakefile ./LICENSE -./Makefile ./README.md ./completions ./docs |