From 0bb5adad3f5bfe55814389177b2e41229361c522 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 16 Jan 2021 21:15:03 +0100 Subject: [PATCH] make: also build date (#1691) --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 3eacc8659..28044f5f6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -55,6 +55,7 @@ PROGS := \ cp \ csplit \ cut \ + date \ df \ dircolors \ dirname \ @@ -163,6 +164,7 @@ TEST_PROGS := \ cp \ csplit \ cut \ + date \ dircolors \ dirname \ echo \