Skip to content

Commit

Permalink
Merge pull request #13 from ole-db/master
Browse files Browse the repository at this point in the history
Bugfix to get `make bin` running on FreeBSD 11.2
  • Loading branch information
thisisaaronland authored Apr 5, 2019
2 parents b6e43c3 + eb448be commit 2113ee5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
CWD=$(shell pwd)
GOPATH := $(CWD)
export GOPATH=${PWD}

prep:
if test -d pkg; then rm -rf pkg; fi
Expand Down

0 comments on commit 2113ee5

Please sign in to comment.