Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of ssh://wadobo.com/gtt
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Dec 3, 2010
2 parents a06ab05 + c746363 commit f0e229f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
PREFIX ?= /usr/local

all:
install

install:
cp -f git-timetrack $(PREFIX)/bin/

uninstall:
rm -f $(PREFIX)/bin/git-timetrack

0 comments on commit f0e229f

Please sign in to comment.