diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |