We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4ff594 + 77e6561 commit 5ebe426Copy full SHA for 5ebe426
Makefile
@@ -1,6 +1,11 @@
1
2
DOCOPT_GO=${GOPATH}/linux_amd64/github.com/docopt/docopt-go.a
3
4
+PREFIX ?= /usr/local
5
+
6
+install: docopts
7
+ cp docopts docopts.sh $(PREFIX)/bin
8
9
# build 64 bits version
10
docopts: docopts.go
11
go build docopts.go
0 commit comments