aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-02-25 14:57:25 -0500
committerB. Watson <urchlay@slackware.uk>2025-02-25 14:57:25 -0500
commite49e41dfb5e68df076212e151aa5a2d27382855b (patch)
tree170f6e2bb637e67d1b6575d800fb782192a6e050 /Makefile
parent29bebd24f68a8207704bc1669ae6ada3f17bdb21 (diff)
downloadbw-atari8-tools-e49e41dfb5e68df076212e151aa5a2d27382855b.tar.gz
Makefile: further reduce noise from make.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46667b3..e2c6d4b 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ a8cat: a8cat.c atables.o wtable.o
a8xd: a8xd.c atables.o
subdirs:
- for dir in $(SUBDIRS); do ${MAKE} --no-print-directory -C $$dir COPT="$(COPT)"; done
+ @for dir in $(SUBDIRS); do ${MAKE} --no-print-directory -C $$dir COPT="$(COPT)"; done
a8eol: a8eol.c