Commit a93a5358 authored by Benedikt Böhm's avatar Benedikt Böhm

add simple make install target

parent 4d22227a
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
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