From c00277cb810473995379fdba7ccb48a0bb2dbb3d Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 17 May 2021 14:46:13 +0200 Subject: [PATCH] Makefile: Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10e4dbe..08ca231 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ mxshadowsrv: mxshadowsrv.c common.h gcc $(CFLAGS) -o mxshadowsrv mxshadowsrv.c -l:libssl.a -l:libcrypto.a -lpthread -ldl clean: - @rm *.o libnss_mxshadow.so.2 mxshadowsrv test_server test_query_shadow >/dev/null || true + @rm *.o libnss_mxshadow.so.2 mxshadowsrv test_server test_query_shadow 2>/dev/null || true install: all $(INSTALL) -D -t $(DESTDIR)$(usr_sbindir) mxshadowsrv