aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-18 21:23:21 +0100
committerMattias Andrée <maandree@kth.se>2021-02-18 21:23:21 +0100
commit852946022114ea291e4c53e58a7142198ff3366c (patch)
treedb85cea52f270f8546320dfd57518c79be6a86fa
parentDo not use -i option with sed(1), not in POSIX (diff)
downloadsha3sum-852946022114ea291e4c53e58a7142198ff3366c.tar.gz
sha3sum-852946022114ea291e4c53e58a7142198ff3366c.tar.bz2
sha3sum-852946022114ea291e4c53e58a7142198ff3366c.tar.xz
Update clean rule in Makefile1.2.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: