From 7c6752a89729da117e53478da1af1140a50a8346 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 25 Apr 2025 10:05:45 -0400 Subject: update makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bb015aa..59b32d1 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,8 @@ gdb: clean: rm -fr $(BIN) -build: $(BIN)/$(ISO) +build: $(BIN)/$(KERNEL) + make -s -C user $(A_OBJ): $(BIN)/%.S.o : %.S $(H_SRC) mkdir -p $(@D) @@ -100,8 +101,7 @@ $(BIN)/$(ISO): $(BIN)/$(KERNEL) cp $(BIN)/$(KERNEL) $(BIN)/iso/boot $(GRUB) -o $(BIN)/$(ISO) bin/iso 2>/dev/null -$(BIN)/$(IMAGE): - make -s -C user +$(BIN)/$(IMAGE): build qemu-img create $(BIN)/$(IMAGE) $(IMAGE_SIZE) fmt: -- cgit v1.2.3-freya