mirror of
https://github.com/kenshineto/kern.git
synced 2025-04-10 20:47:25 +00:00
remove annoying output
This commit is contained in:
parent
516e920cd9
commit
ce0e880847
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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]")
|
||||
|
|
Loading…
Add table
Reference in a new issue