diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-20 23:14:19 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-20 23:14:19 -0400 |
commit | 0fcd744c9f519ff81e085bf6917b038e469f0cb4 (patch) | |
tree | 071abf55e0d874d8137e21555ccdff8f1f6a3b1c /src/Makefile | |
parent | bb90a6663e15bececc2aa3a51b7da18cb271682d (diff) |
build: Build 'lib' before userland
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |