From 1c4cabccac1d994b266cef2d6cb45d96c5761592 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 15 Nov 2025 15:39:13 -0500 Subject: build: Make build logs pretty Signed-off-by: Ian Moffett --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') 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)/ -- cgit v1.2.3