From 3a5759e2b514cb534c8d87969814b142ec734b3b Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Mon, 19 Aug 2019 14:00:29 -0700 Subject: [PATCH] Remove the version warning from the build and install make commands --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 7b69242f..31b29c02 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,6 @@ install: @$(MAKE) -f $(THIS_FILE) binary_msg binary_msg: - @echo "\n\033[1mIMPORTANT NOTE\033[0m:" - @echo " The \033[0;33mwtf\033[0m binary has been renamed to \033[0;33mwtfutil\033[0m." - @echo " Executing \033[0;33mwtf\033[0m will no longer work. You \033[1mmust\033[0m use \033[0;33mwtfutil\033[0m.\n" @echo "Install path: " @which wtfutil || echo "Could not find wtfutil in PATH" && exit 0