Update Makefile in preparation for using it in the base recipes

This commit is contained in:
bjorn3
2026-04-19 21:14:46 +02:00
parent d49a764f2c
commit 8e2b451965
4 changed files with 24 additions and 25 deletions
-5
View File
@@ -8,11 +8,6 @@ edition = "2021"
name = "netstack"
path = "src/main.rs"
# FIXME remove
[[bin]]
name = "smolnetd"
path = "src/main.rs"
[dependencies]
redox_event.workspace = true
daemon = { path = "../daemon" }