summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07cb57d..8c78285 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
# main
build:
- go build -o bin/ ./cmd/...
+ go build -trimpath -o bin/ ./cmd/...
.PHONY: build
check: