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"