diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-18 21:23:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-18 21:23:21 +0100 |
commit | 852946022114ea291e4c53e58a7142198ff3366c (patch) | |
tree | db85cea52f270f8546320dfd57518c79be6a86fa /Makefile | |
parent | Do not use -i option with sed(1), not in POSIX (diff) | |
download | sha3sum-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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |