Skip to content

Commit

Permalink
Add uninstall make command
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinhlybin committed Sep 23, 2024
1 parent 79b0922 commit 65fe700
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ build: clean
install: build
sudo install -m 0755 $(OUTPUT) /usr/local/bin

uninstall:
sudo rm -f /usr/local/bin/$(OUTPUT)

run: build
@./$(OUTPUT)

Expand Down

0 comments on commit 65fe700

Please sign in to comment.