diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-10 12:41:09 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-10 12:41:09 +0200 |
commit | 7f8c04c036ff5d7768ec4b53e0409d666b20d59b (patch) | |
tree | def1dea099e25ebfea8a9deb9df44a6a9af0b87e /src/arch/posix | |
parent | caecdb12209b5be67824a19591fbb3949896972e (diff) |
Makefile: Add missing ${QUIET} statements
Diffstat (limited to 'src/arch/posix')
-rw-r--r-- | src/arch/posix/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/posix/Makefile.inc b/src/arch/posix/Makefile.inc index 158d879..ee7ae95 100644 --- a/src/arch/posix/Makefile.inc +++ b/src/arch/posix/Makefile.inc @@ -60,7 +60,7 @@ monitor: run program: build/system.elf arch_clean: - rm -f ${OBJECTS} + ${QUIET}rm -f ${OBJECTS} arch_help: @echo "posix specific flags:" |