From 8dbc54f9fcf0e0f975e48c008b17fc6e739cc497 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Sat, 13 Apr 2024 22:30:29 +0300 Subject: [PATCH] pmt: build system: update help message --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b650d5..cb8e9b4 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ help: printf " make clean ==> Clear files (Builded binaries are not deleted)\n"; \ printf " make clean-all ==> Clear files (Builded binaries are deleted)\n"; \ printf " make install-termux ==> If you are using termux, it installs the compiled pmt into termux. So it allows you to use it like a normal command.\n"; \ - printf " make uninstall-termux ==> If you are using termux, it uninstalls the compiled pmt into termux. So it allows you to use it like a normal command.\n"; \ + printf " make uninstall-termux ==> If you are using termux, it uninstalls the compiled pmt into termux.\n"; \ printf " make help ==> Display help message\n"; \ printf " \n";