Skip to content

Commit 77e6561

Browse files
committed
Fixed type inside Makefile
1 parent 935f648 commit 77e6561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DOCOPT_GO=${GOPATH}/linux_amd64/github.com/docopt/docopt-go.a
44
PREFIX ?= /usr/local
55

66
install: docopts
7-
cp doctops docopts.sh $(PREFIX)/bin
7+
cp docopts docopts.sh $(PREFIX)/bin
88

99
# build 64 bits version
1010
docopts: docopts.go

0 commit comments

Comments
 (0)