diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-15 15:39:13 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-15 15:39:33 -0500 |
| commit | 1c4cabccac1d994b266cef2d6cb45d96c5761592 (patch) | |
| tree | eaa03e3ae6f53a4c52f1f7d6b886be2e5d7f3f05 /Makefile.in | |
| parent | c7682f5cd382a7690029bf95448bed2fda8ec83a (diff) | |
build: Make build logs pretty
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 803bfeb..7c7ce01 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,3 +1,5 @@ +.SILENT: +override PROMPT := printf "%s\t\t%s\n" CC = @CC@ LD = @LD@ ARCH = @ARCH@ @@ -24,6 +26,7 @@ iso: --efi-boot-image --protective-msdos-label iso_root/ -o $(ISO) 1>/dev/null boot/limine/limine bios-install $(ISO) 1>/dev/null rm -rf iso_root + $(PROMPT) " ISO " $(ISO) $(SYSROOT): mkdir -p $(SYSROOT)/ |
