Skip to content

Commit

Permalink
fix: help message, un/install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
apovkh committed Oct 21, 2024
1 parent 2c41902 commit fd0870d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -29,4 +22,4 @@ chl:
##
chl-first:
${CONV_CHL_DR} \
-c "${CONV_CHL_CMD} --first-release"
-c "${CONV_CHL_CMD} --first-release"

0 comments on commit fd0870d

Please sign in to comment.