Commit b0ba8f4
committed
fix(makefile): run daemon target from built binary
Switch run-daemon from cargo-run to direct binary execution so Ctrl+C is delivered to the long-lived daemon process reliably. Keep query on cargo run because it is a short-lived command.1 parent a6dc1ba commit b0ba8f4
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
0 commit comments