summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-12 16:19:20 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-12 16:19:20 -0700
commita29f4c3421cd8deb2b0f578acb195442569236b7 (patch)
treeb06361fac5ae74630187c55c4174e8011256b398 /Makefile
parentc55326b0cb6994bb802cf6aac4a296acfb0e41ff (diff)
parented69c917c47435007ad72dc83a2db31c19699846 (diff)
Merge branch 'lukeshu/build-sys'
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: