diff --git a/Makefile b/Makefile index b52464ba9..4322139c5 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ TAGS := TESTS := . TESTFLAGS := LDFLAGS := -w -s -GOFLAGS := +GOFLAGS := -trimpath SRC := $(shell find . -type f -name '*.go' -print) # Required for globs to work correctly