diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-07-26 21:10:54 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-07-26 21:10:54 -0400 |
| commit | 4c16e777b2994a0aa962a9e7bc1bda7e4f8676fd (patch) | |
| tree | 5f469a5adda9276b864ba15895477d5b1c3420f9 /Makefile | |
| parent | 1d151651323894437cc7cfb3895f2f7e651c5294 (diff) | |
implement shuf
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .POSIX: PROGRAMS=arch base64 factor hostid mktemp nproc pinky printenv readlink \ - seq stdbuf sync tac uptime users vdir yes + seq shuf stdbuf sync tac uptime users vdir yes all: $(PROGRAMS) |
