From b69e52e520668f8414431a9750724a3b659aa59d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 7 Feb 2020 12:23:15 -0500 Subject: add stat --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.1