From c3cb9ef619492e2a642f15fb0f948cd63c47e49b Mon Sep 17 00:00:00 2001 From: E <79379754+oech3@users.noreply.github.com> Date: Wed, 28 May 2025 03:21:05 +0900 Subject: [PATCH] Add stty to GNUmakefile Add `stty` to `GNUmakefile` --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index f46126a82..a80b10ec8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -127,6 +127,7 @@ PROGS := \ sleep \ sort \ split \ + stty \ sum \ sync \ tac \