summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-24 22:06:47 +0200
committerPaul Buetow <paul@buetow.org>2025-02-24 22:06:47 +0200
commitdbce5567d660d8c1d396765990c3e77075c5e8ad (patch)
treef516ab49906569d5c967811a6e35e5f70ace64f5 /Makefile
parent5dbb0025fab178a625c302aa99c3c2c9b0feccae (diff)
works with latest libbpfgo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef953ac..fa91ca1 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ export CC = clang
export GOOS = linux
export GOARCH = amd64
export CGO_CFLAGS = -I$(LIBBPFGO)/output -I$(LIBBPFGO)/selftest/common
-export CGO_LDFLAGS = -lelf -lzstd $(LIBBPFGO)/output/libbpf.a
+export CGO_LDFLAGS = -lelf -lzstd $(LIBBPFGO)/output/libbpf/libbpf.a
all: bpfbuild gobuild