From 431c88102153b8b41a15a1105e291ecf161c030e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 18 Nov 2020 13:49:19 +0100 Subject: Started libnet --- run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'run') diff --git a/run b/run index eb81e75..c126974 100755 --- a/run +++ b/run @@ -210,7 +210,8 @@ make_sync() { echo "$output" | make_append_commands libc libk libc echo "$output" | make_append_commands libk libgui libgui echo "$output" | make_append_commands libgui libtxt libtxt - echo "$output" | make_append_commands libtxt kernel kernel + echo "$output" | make_append_commands libtxt libnet libnet + echo "$output" | make_append_commands libnet kernel kernel echo "$output" | make_append_commands kernel boot boot echo "$output" | make_append_commands boot apps apps tr tmp -- cgit v1.2.3