Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Vartanov committed Sep 28, 2009
1 parent c007c21 commit 8e439c6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Makefile
@@ -0,0 +1,16 @@
DESTDIR = /usr/local/bin

.PHONY: default configure install

default: configure

configure: git-alias git-sh-alias

git-alias:
git config --global alias.wtf '!git-wtf'

git-sh-alias:
echo -e "\n# git-wtf\ngitalias wtf='git wtf'" >> ~/.gitshrc

install:
install git-wtf ${DESTDIR}

0 comments on commit 8e439c6

Please sign in to comment.