Skip to content

Commit

Permalink
Setting GOPATH variable in netplugin/Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Vikram Hosakote <vhosakot@cisco.com>
  • Loading branch information
vhosakot committed Oct 17, 2017
1 parent 129a23f commit 1f9a485
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ifeq ($(GOPATH),)
$(error GOPATH is not set. Set GOPATH by doing "export GOPATH=<your GOPATH>".)
endif

.PHONY: all all-CI build clean default unit-test release tar checks go-version gofmt-src \
golint-src govet-src run-build compile-with-docker

Expand Down

0 comments on commit 1f9a485

Please sign in to comment.