Build system: fixed adherence to the Makefile QUIET variable

This commit is contained in:
(Tim) Efthimis Kritikos 2023-12-04 23:09:13 +00:00
parent 26210be950
commit dd50114c07

View File

@ -49,4 +49,4 @@ clean:
${Q}make ${MAKEOPTS} -C boot_code clean ${Q}make ${MAKEOPTS} -C boot_code clean
upload: boot_code/bios.stxt upload: boot_code/bios.stxt
make -C system upload ${Q}make ${MAKEOPTS} -C system upload