Skip to content

Commit

Permalink
Makefile: add uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
anoop142 committed Nov 5, 2023
1 parent aecef05 commit 4311e19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ install-script:
install:
./install.sh install

.PHNY: uninstall
uninstall: install-script
./install.sh uninstall



.PHONY: cli
cli:
go build -o ${CLI_BIN} -ldflags "-s -w" ./cli
Expand Down

0 comments on commit 4311e19

Please sign in to comment.