summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-03 21:24:27 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-03 21:24:27 -0400
commitce0e8808475b80d75c4f3ecef202e6a89a102f04 (patch)
tree06ed0f573736ecc552f37de27f7082d51a7229d3
parentmemory allocator/pager, plus other stuff (diff)
downloadcomus-ce0e8808475b80d75c4f3ecef202e6a89a102f04.tar.gz
comus-ce0e8808475b80d75c4f3ecef202e6a89a102f04.tar.bz2
comus-ce0e8808475b80d75c4f3ecef202e6a89a102f04.zip
remove annoying output
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ff4420..1fda095 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ bin/os.iso: build
mkdir -p bin/iso/boot/grub
cp grub.cfg bin/iso/boot/grub
cp bin/kernel bin/iso/boot
- grub-mkrescue -o bin/os.iso bin/iso
+ grub-mkrescue -o bin/os.iso bin/iso 2>/dev/null
fmt:
clang-format -i $(shell find -type f -name "*.[ch]")