summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-26 21:10:54 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-26 21:10:54 -0400
commit4c16e777b2994a0aa962a9e7bc1bda7e4f8676fd (patch)
tree5f469a5adda9276b864ba15895477d5b1c3420f9 /Makefile
parent1d151651323894437cc7cfb3895f2f7e651c5294 (diff)
implement shuf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66a0ca2..4a8a295 100644
--- a/Makefile
+++ b/Makefile
@@ -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)