silent $(AR)

This commit is contained in:
2023-12-30 12:31:59 +01:00
parent bb8509fc00
commit 8007299886

View File

@@ -202,7 +202,7 @@ $(DLIB): $(OBJ) | $(LIBDIR)
$(SLIB): $(OBJ) | $(LIBDIR) $(SLIB): $(OBJ) | $(LIBDIR)
@echo "building static library ($@)." @echo "building static library ($@)."
$(AR) $(ARFLAGS) $@ $? > /dev/null @$(AR) $(ARFLAGS) $@ $? > /dev/null
##################################### tests ##################################### tests
.PHONY: testbins cleanbin cleanbindir .PHONY: testbins cleanbin cleanbindir