Skip to content

Commit de967d6

Browse files
authored
Merge pull request #130 from PureStorage-OpenConnect/makefile-goarg
Update Makefile to only set GOCMD if one is not already set
2 parents fc92306 + 320df3a commit de967d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#SHELL := /bin/bash
2-
GOCMD=go
2+
GOCMD?=go
33
GOTEST=$(GOCMD) test
44
GOVET=$(GOCMD) vet
55
BINARY_NAME=pure-fa-om-exporter

0 commit comments

Comments
 (0)