From ec239c0232b69c4454de148553cf612432ab5937 Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Tue, 18 Oct 2022 12:53:23 -0400 Subject: [PATCH] Forgot to add sleep.1 to MAN... --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 58a7d69..d94d9d2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -17,6 +17,7 @@ BIN = cat\ MAN = \ cat.1 \ false.1 \ + sleep.1 \ true.1 \ yes.1 \ echo.1 \