We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935f648 commit 77e6561Copy full SHA for 77e6561
Makefile
@@ -4,7 +4,7 @@ DOCOPT_GO=${GOPATH}/linux_amd64/github.com/docopt/docopt-go.a
4
PREFIX ?= /usr/local
5
6
install: docopts
7
- cp doctops docopts.sh $(PREFIX)/bin
+ cp docopts docopts.sh $(PREFIX)/bin
8
9
# build 64 bits version
10
docopts: docopts.go
0 commit comments