Skip to content

Commit

Permalink
Add 'uninstall' target, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Jan 26, 2010
1 parent dd720be commit 67f781f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ install:
git-flow-version \
$(GIT_EXEC_PATH)

uninstall:
test -d $(GIT_EXEC_PATH) && rm -f $(GIT_EXEC_PATH)/git-flow*

0 comments on commit 67f781f

Please sign in to comment.