From dd50114c07135741edaec064eb6e852f399654ae Mon Sep 17 00:00:00 2001 From: "(Tim) Efthimis Kritikos" Date: Mon, 4 Dec 2023 23:09:13 +0000 Subject: [PATCH] Build system: fixed adherence to the Makefile QUIET variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4426486..bbec2f3 100644 --- a/Makefile +++ b/Makefile @@ -49,4 +49,4 @@ clean: ${Q}make ${MAKEOPTS} -C boot_code clean upload: boot_code/bios.stxt - make -C system upload + ${Q}make ${MAKEOPTS} -C system upload