From 306ebf54a2f270f1cbdf1307ad4c860caad579a9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 23 Feb 2024 19:47:38 +0200 Subject: as of now, only pid filter supported. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c14d7a..f77080f 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,5 @@ clean: if [ -e ioriotng.bpf.o ]; then rm ioriotng.bpf.o; fi make -C ./internal/c clean -.PHONY: foo -foo: clean generate all - sudo ./ioriotng --uid $$(id -u) +.PHONY: world +world: clean generate all -- cgit v1.2.3