Skip to content

Commit

Permalink
Fix: add init to Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Feb 4, 2010
1 parent 5455a6f commit c7ea9b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ GIT_EXEC_PATH=`git --exec-path 2>/dev/null || echo /usr/libexec/git-core`
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
Expand Down

0 comments on commit c7ea9b2

Please sign in to comment.