Skip to content

Commit

Permalink
Conditional GOPATH
Browse files Browse the repository at this point in the history
Addresses #111
  • Loading branch information
mweagle committed Aug 8, 2018
1 parent 76b6852 commit f32d841
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.DEFAULT_GOAL=build

GOPATH ?= $HOME/go
$(info $$GOPATH is [${GOPATH}])

GO_LINT_PATH := $(GOPATH)/bin/golint
GAS_PATH := $(GOPATH)/bin/gosec
WORK_DIR := ./sparta
Expand Down

0 comments on commit f32d841

Please sign in to comment.