Skip to content

Commit

Permalink
trying to fix the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Feb 13, 2024
1 parent b23dac2 commit 9ee0b2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ VERSION ?= 0.0.1
SHELL = /usr/bin/env bash -o pipefail
.SHELLFLAGS = -ec

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
GOBIN=$(shell go env GOPATH)/bin
else
GOBIN=$(shell go env GOBIN)
endif

# List the GOOS and GOARCH to build
GO_LDFLAGS_STATIC="-s -w $(CTIMEVAR) -extldflags -static"

Expand Down

0 comments on commit 9ee0b2b

Please sign in to comment.