summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-02-07 12:23:15 -0500
committerJakob Kaivo <jkk@ung.org>2020-02-07 12:23:15 -0500
commitb69e52e520668f8414431a9750724a3b659aa59d (patch)
tree6b483e77a3173bb952cf9aec12cd0a2360fbf584 /Makefile
parent3949f3fc4809d53c3b043d31c2d643ecc5faaa5d (diff)
add stat
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a8a295..25b98f8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
PROGRAMS=arch base64 factor hostid mktemp nproc pinky printenv readlink \
- seq shuf stdbuf sync tac uptime users vdir yes
+ seq shuf stat stdbuf sync tac uptime users vdir yes
all: $(PROGRAMS)