Commit 67f781fa authored by Vincent Driessen's avatar Vincent Driessen

Add 'uninstall' target, too.

parent dd720bea
...@@ -17,3 +17,5 @@ install: ...@@ -17,3 +17,5 @@ install:
git-flow-version \ git-flow-version \
$(GIT_EXEC_PATH) $(GIT_EXEC_PATH)
uninstall:
test -d $(GIT_EXEC_PATH) && rm -f $(GIT_EXEC_PATH)/git-flow*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment