Commit c7ea9b22 authored by Vincent Driessen's avatar Vincent Driessen

Fix: add init to Makefile.

parent 5455a6f9
...@@ -4,7 +4,8 @@ GIT_EXEC_PATH=`git --exec-path 2>/dev/null || echo /usr/libexec/git-core` ...@@ -4,7 +4,8 @@ GIT_EXEC_PATH=`git --exec-path 2>/dev/null || echo /usr/libexec/git-core`
EXEC_FILES=git-flow EXEC_FILES=git-flow
# files that need mode 644 # 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-hotfix
SCRIPT_FILES+=git-flow-release SCRIPT_FILES+=git-flow-release
SCRIPT_FILES+=git-flow-support SCRIPT_FILES+=git-flow-support
......
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