diff options
-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: |