diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-23 19:47:38 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-23 19:47:38 +0200 |
| commit | 306ebf54a2f270f1cbdf1307ad4c860caad579a9 (patch) | |
| tree | 6b98cab2a957b0f8836391ea129969efe5b3e4a8 /Makefile | |
| parent | e56a65aef99f7ff1c00ccc8b118d2e98c1f1409a (diff) | |
as of now, only pid filter supported.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
