commit | 67f781fa37bf29163a9491e2e1b5311b5b6979d5 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周三 1月 27 00:13:32 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周三 1月 27 00:13:32 2010 +0100 |
tree | 70519771fa208b93ea5b648289f95ff4fd015328 | |
parent | dd720bea91f948a8231d48bfce7d13ba5731f74e [diff] [blame] |
Add 'uninstall' target, too.
diff --git a/Makefile b/Makefile index 7eb22fb..a9f1735 100644 --- a/Makefile +++ b/Makefile
@@ -17,3 +17,5 @@ git-flow-version \ $(GIT_EXEC_PATH) +uninstall: + test -d $(GIT_EXEC_PATH) && rm -f $(GIT_EXEC_PATH)/git-flow*