aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-10-18 00:43:39 +0100
committerBlake Romero <blake@blkrom.com>2024-10-30 10:13:26 +0000
commit06fc2506ac822d2ba24ffc30632a741d880bdaa9 (patch)
treef48dbc66354e0a0be83a597c5761ebdac5f44f04
parent7b252a2f0f1c5ac50bf605ed7b7cb31b81f78de9 (diff)
Silence Makefile command for test
-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: