summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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