summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-11 22:28:41 +0200
committerPaul Buetow <paul@buetow.org>2024-02-11 22:28:41 +0200
commitfe024ec9fc47b96b5cc9b3301ebf311510568fda (patch)
tree3425a50020dceaf218e3192b5a1a881c43ab3ddf /build.sh
parent0f3e937fff5e8e7407f262694e8e2558bcfec703 (diff)
initial timestamps
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 8e49c9c..5198090 100755
--- a/build.sh
+++ b/build.sh
@@ -17,4 +17,4 @@ export CGO_LDFLAGS="-lelf -lzstd $LIBBPFGO/output/libbpf.a"
export GOOS=linux
export GOARCH=amd64
-go build -race -tags netgo -ldflags '-w -extldflags "-static"' -o ioriotng ./main.go
+go build -race -tags netgo -ldflags '-w -extldflags "-static"' -o ioriotng ./cmd/ioriotng/main.go