aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e416223..e8e414e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ all: test
.PHONY: test
test: $(test_bins)
- for test in $(test_bins); do ./$$test ; done
+ @for test in $(test_bins); do ./$$test ; done
.PHONY: clean
clean: