Skip to content

Commit

Permalink
Update Makefile to include GOPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Sep 15, 2014
1 parent f9e9670 commit 84322e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
@@ -1,3 +1,6 @@
BUILDDIR := ${CURDIR}
GOPATH := ${BUILDDIR}

all: dependency build

build:
Expand All @@ -12,4 +15,4 @@ dependency:
clean:
rm goenv
rm bin/*
rm -rf vendor
rm -rf vendor

0 comments on commit 84322e0

Please sign in to comment.