diff --git a/.gitignore b/.gitignore index 9766dcc..cdb521e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ compile_commands.json .cache build +configure~ + diff --git a/Makefile b/Makefile index 09721e7..d84f590 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ LIBNETFILTER_QUEUE := $(DEPSDIR)/lib/libnetfilter_queue.a default: all run_dev: dev - bash -c "sudo ./$(APP) 537" + bash -c "sudo $(APP) 537" dev: dev_attrs all