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