From 7975bfcdeef0aa183138cfb7fa4dbfe67baec75d Mon Sep 17 00:00:00 2001 From: pajjilykk Date: Thu, 27 Nov 2025 10:25:53 +0700 Subject: [PATCH] a quote --- lab_4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab_4/Makefile b/lab_4/Makefile index 7da8d70..d06c48e 100644 --- a/lab_4/Makefile +++ b/lab_4/Makefile @@ -58,7 +58,7 @@ help: @echo " fifo - Compile fifo_server and fifo_client" @echo " files - Create test input files" @echo " test_server - Run FIFO server (use client in another terminal)" - @echo " test_client - Run FIFO client and show results + @echo " test_client - Run FIFO client and show results" @echo " clean - Remove built files and test files" @echo " help - Show this help"