Update run_dev command with absolute path.

This commit is contained in:
Vadim Vetrov
2024-07-23 15:55:55 +03:00
parent 816d555c88
commit d48ad870f4
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@ compile_commands.json
.cache
build
configure~

View File

@@ -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