summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-16 01:53:49 +0200
committerPaul Buetow <paul@buetow.org>2024-02-16 01:53:49 +0200
commit3abf5484394fa68a690c6388f63b09bcafd7974d (patch)
tree4db67e5e7ed7a2991fff9daebbe9e215f224317c /Makefile
parent67032cef39a4e7bfb77afb68907322ba04d57bc6 (diff)
clean up obsolete opids
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c47a371..e243d65 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,6 @@ bpfbuild:
.PHONY: gobuild
gobuild:
- echo 'package internal' > internal/opids.go
- echo >> internal/opids.go
- sed -E 's/#define (.*) ([0-9]+)/const \1 = \2/' opids.h >> internal/opids.go
go build -tags netgo -ldflags '-w -extldflags "-static"' -o ioriotng ./cmd/ioriotng/main.go
.PHONY: clean