From 3abf5484394fa68a690c6388f63b09bcafd7974d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 16 Feb 2024 01:53:49 +0200 Subject: clean up obsolete opids --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3