From 0fcd744c9f519ff81e085bf6917b038e469f0cb4 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 20 Sep 2025 23:14:19 -0400 Subject: build: Build 'lib' before userland Signed-off-by: Ian Moffett --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 557bd73..ebfd906 100644 --- a/src/Makefile +++ b/src/Makefile @@ -17,7 +17,7 @@ QEMU_FLAGS = --enable-kvm -serial stdio -cdrom $(ISO) \ -M q35 -cpu host -smp 4 -m 2G .PHONY: all -all: root user sys lib image +all: root lib user sys image .PHONY: sys sys: -- cgit v1.2.3