rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit 865fbf79ecad1af8e534a900f742947d03b74a97
parent a17db57c9663e0e4c060716b9bb83320c8f30fde
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 22 Dec 2018 11:27:23 -0500

Silence the testdir Makefile.

Diffstat:
Mtest/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile b/test/Makefile @@ -6,7 +6,7 @@ ccflags = -g -std=c99 -Wall -pedantic -I.. -lssl -lcrypto -D_GNU_SOURCE all: clean $(BIN) test test: - for i in $(BIN); do \ + @for i in $(BIN); do \ echo "================================"; \ echo " *** Running $$i ***"; \ echo "================================"; \