Skip to content

Commit

Permalink
add simple make install target
Browse files Browse the repository at this point in the history
  • Loading branch information
hollow committed Jan 26, 2010
1 parent 4d22227 commit a93a535
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
GIT_EXEC_PATH=/usr/libexec/git-core

install:
install -m 0755 -t $(GIT_EXEC_PATH) git-flow
install -m 0644 -t $(GIT_EXEC_PATH) \
git-flow-feature \
git-flow-hotfix \
git-flow-release \
git-flow-support \
git-flow-version

0 comments on commit a93a535

Please sign in to comment.