From fd0870d4bef989268b09987322e1c5ab087713b7 Mon Sep 17 00:00:00 2001 From: apovkh Date: Mon, 21 Oct 2024 11:34:17 +0300 Subject: [PATCH] fix: help message, un/install commands --- Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 3b6144b..e6e1cac 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,7 @@ -.PHONY: default install uninstall chl chl-first +.PHONY: default chl chl-first default: - @echo 'Git extras installation helper from JustCoded' - -install: - sudo cp -f ./bin/* /usr/local/bin/ - sudo chmod +x /usr/local/bin/git-* - -uninstall: - sudo rm /usr/local/bin/git-* + @echo 'Plop helper from JustCoded' ## # CHANGELOG vars and targets @@ -29,4 +22,4 @@ chl: ## chl-first: ${CONV_CHL_DR} \ - -c "${CONV_CHL_CMD} --first-release" \ No newline at end of file + -c "${CONV_CHL_CMD} --first-release"