Skip to content

Commit

Permalink
Merge branch 'dexpota-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Viart committed Jan 14, 2019
2 parents e4ff594 + 77e6561 commit 5ebe426
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

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

PREFIX ?= /usr/local

install: docopts
cp docopts docopts.sh $(PREFIX)/bin

# build 64 bits version
docopts: docopts.go
go build docopts.go
Expand Down

0 comments on commit 5ebe426

Please sign in to comment.