From 80072998860d62ea44e5068cd24505fb96b0a421 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sat, 30 Dec 2023 12:31:59 +0100 Subject: [PATCH] silent $(AR) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3cdf262..a46410b 100644 --- a/Makefile +++ b/Makefile @@ -202,7 +202,7 @@ $(DLIB): $(OBJ) | $(LIBDIR) $(SLIB): $(OBJ) | $(LIBDIR) @echo "building static library ($@)." - $(AR) $(ARFLAGS) $@ $? > /dev/null + @$(AR) $(ARFLAGS) $@ $? > /dev/null ##################################### tests .PHONY: testbins cleanbin cleanbindir