Remove "--quiet" flag

This commit is contained in:
Alex
2023-03-20 02:32:49 +02:00
parent cf749037c4
commit 58f7fc86a5
7 changed files with 16 additions and 15 deletions

View File

@ -1,5 +1,5 @@
build:
make --quiet -C echo build
make -C echo build
clean:
make -C echo clean