Commit c7bbfcf4 authored by Vincent Driessen's avatar Vincent Driessen

Deliberately add a Makefile target to prevent accidental installation of gitflow.

parent 427c5dba
GIT_EXEC_PATH=/usr/libexec/git-core GIT_EXEC_PATH=/usr/libexec/git-core
all:
@echo "There is only one target here: install"
@echo "This message is deliberately inserted here to prevent accidental installation."
@echo ""
@echo "Use 'make install' explicitly to install git-flow."
install: install:
install -m 0755 -t $(GIT_EXEC_PATH) git-flow install -m 0755 -t $(GIT_EXEC_PATH) git-flow
install -m 0644 -t $(GIT_EXEC_PATH) \ install -m 0644 -t $(GIT_EXEC_PATH) \
......
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