Skip to content

Commit 320df3a

Browse files
Update Makefile
1 parent 6a23ddd commit 320df3a

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)