summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-09-20 23:14:19 -0400
committerIan Moffett <ian@osmora.org>2025-09-20 23:14:19 -0400
commit0fcd744c9f519ff81e085bf6917b038e469f0cb4 (patch)
tree071abf55e0d874d8137e21555ccdff8f1f6a3b1c /src/Makefile
parentbb90a6663e15bececc2aa3a51b7da18cb271682d (diff)
build: Build 'lib' before userland
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
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: