Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stilvoid committed Aug 16, 2014
1 parent d72965d commit 99f99a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
@@ -0,0 +1,6 @@
PREFIX=/usr/local

install: git-aux
install -Dm755 git-aux $(PREFIX)/bin/git-aux
install -Dm755 COPYING $(PREFIX)/share/doc/git-aux/COPYING
install -Dm755 README.md $(PREFIX)/share/doc/git-aux/README.md

0 comments on commit 99f99a1

Please sign in to comment.