From ce0e8808475b80d75c4f3ecef202e6a89a102f04 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 3 Apr 2025 21:24:27 -0400 Subject: remove annoying output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]") -- cgit v1.2.3-freya