From 06fc2506ac822d2ba24ffc30632a741d880bdaa9 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 18 Oct 2024 00:43:39 +0100 Subject: Silence Makefile command for test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit