Skip to content

Commit 5ebe426

Browse files
author
Sylvain Viart
committed
Merge branch 'dexpota-master'
2 parents e4ff594 + 77e6561 commit 5ebe426

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
DOCOPT_GO=${GOPATH}/linux_amd64/github.com/docopt/docopt-go.a
33

4+
PREFIX ?= /usr/local
5+
6+
install: docopts
7+
cp docopts docopts.sh $(PREFIX)/bin
8+
49
# build 64 bits version
510
docopts: docopts.go
611
go build docopts.go

0 commit comments

Comments
 (0)