diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-03 21:24:27 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-03 21:24:27 -0400 |
commit | ce0e8808475b80d75c4f3ecef202e6a89a102f04 (patch) | |
tree | 06ed0f573736ecc552f37de27f7082d51a7229d3 | |
parent | memory allocator/pager, plus other stuff (diff) | |
download | comus-ce0e8808475b80d75c4f3ecef202e6a89a102f04.tar.gz comus-ce0e8808475b80d75c4f3ecef202e6a89a102f04.tar.bz2 comus-ce0e8808475b80d75c4f3ecef202e6a89a102f04.zip |
remove annoying output
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]") |