From e6d4c51dd78a6a566f70c6fcbcc89e9350603a73 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 22 Apr 2025 13:17:27 -0400 Subject: build user code in main make --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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: -- cgit v1.2.3-freya