From c1b4bee6c93265139974b1e5cf065d3f82a7154b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 22 Feb 2024 22:44:44 +0200 Subject: PID filter --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 76f2ee1..7037e78 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,7 @@ export GOARCH = amd64 export CGO_CFLAGS = -I$(LIBBPFGO)/output -I$(LIBBPFGO)/selftest/common export CGO_LDFLAGS = -lelf -lzstd $(LIBBPFGO)/output/libbpf.a -all: build run - -build: bpfbuild gobuild +all: bpfbuild gobuild .PHONY: bpfbuild bpfbuild: @@ -27,7 +25,3 @@ clean: find . -type f -name ioriotng -delete if [ -e ioriotng.bpf.o ]; then rm ioriotng.bpf.o; fi make -C ./internal/c clean - -.PHONY: run -run: - sudo ./ioriotng -uid $$(id -u) -- cgit v1.2.3