Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Added install recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
xandkar committed Aug 5, 2013
1 parent e4d3001 commit da511b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
deps:
@./DEPENDENCIES.install

install:
@mkdir -p "$$HOME/bin"
@ln -sfv "$$(pwd)/src/git-analysis" "$$HOME/bin/git-analysis"

0 comments on commit da511b2

Please sign in to comment.