summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-23 19:47:38 +0200
committerPaul Buetow <paul@buetow.org>2024-02-23 19:47:38 +0200
commit306ebf54a2f270f1cbdf1307ad4c860caad579a9 (patch)
tree6b98cab2a957b0f8836391ea129969efe5b3e4a8 /Makefile
parente56a65aef99f7ff1c00ccc8b118d2e98c1f1409a (diff)
as of now, only pid filter supported.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
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