summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b87410f..6eb1140 100644
--- a/Makefile
+++ b/Makefile
@@ -101,6 +101,7 @@ $(BIN)/$(ISO): $(BIN)/$(KERNEL)
$(GRUB) -o $(BIN)/$(ISO) bin/iso 2>/dev/null
$(BIN)/$(IMAGE):
+ make -s -C user
qemu-img create $(BIN)/$(IMAGE) $(IMAGE_SIZE)
fmt: