We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a23ddd commit 320df3aCopy full SHA for 320df3a
Makefile
@@ -1,5 +1,5 @@
1
#SHELL := /bin/bash
2
-GOCMD=go
+GOCMD?=go
3
GOTEST=$(GOCMD) test
4
GOVET=$(GOCMD) vet
5
BINARY_NAME=pure-fa-om-exporter
0 commit comments