summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-22 13:17:27 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-22 13:17:27 -0400
commite6d4c51dd78a6a566f70c6fcbcc89e9350603a73 (patch)
tree886b8b6bbe3f8483deae99201c99496aaeb500eb
parentfix warning (diff)
downloadcomus-e6d4c51dd78a6a566f70c6fcbcc89e9350603a73.tar.gz
comus-e6d4c51dd78a6a566f70c6fcbcc89e9350603a73.tar.bz2
comus-e6d4c51dd78a6a566f70c6fcbcc89e9350603a73.zip
build user code in main make
-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: