commit | c7ea9b22364262cd838c04530e5d8702082bad41 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周四 2月 04 10:22:13 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周四 2月 04 10:22:13 2010 +0100 |
tree | 534e04e7244acf09ca210b1d43b38b8cb1320b20 | |
parent | 5455a6f9b1771be00e83253598f8970c748bf145 [diff] [blame] |
Fix: add init to Makefile.
diff --git a/Makefile b/Makefile index f20ae45..11b0b9d 100644 --- a/Makefile +++ b/Makefile
@@ -4,7 +4,8 @@ EXEC_FILES=git-flow # files that need mode 644 -SCRIPT_FILES =git-flow-feature +SCRIPT_FILES =git-flow-init +SCRIPT_FILES+=git-flow-feature SCRIPT_FILES+=git-flow-hotfix SCRIPT_FILES+=git-flow-release SCRIPT_FILES+=git-flow-support