From 852946022114ea291e4c53e58a7142198ff3366c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 18 Feb 2021 21:23:21 +0100 Subject: Update clean rule in Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 731cd31..4c6efde 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ uninstall: -rm -f -- "$(DESTDIR)$(LIBEXECDIR)/sha3sum" clean: - -rm -rf -- $(MAN1) $(BIN) *.o *.bo *.su commands.h keccak-*sum.c sha3-*sum.c rawshake*sum.c shake*sum.c .testdir + -rm -rf -- $(MAN1) $(BIN) sha3sum-mcb *.o *.bo *.su commands.h keccak-*sum.c sha3-*sum.c rawshake*sum.c shake*sum.c .testdir .SUFFIXES: -- cgit v1.2.3-70-g09d2