diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-15 20:38:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-15 20:38:26 +0200 |
commit | 4e91ab4570c22e26433c52435d28ff23352f821e (patch) | |
tree | 2391abb3b54cdf32d8e9d1902c8c232be040983e | |
parent | Merge pull request #6 from thebombzen/master (diff) | |
download | libkeccak-4e91ab4570c22e26433c52435d28ff23352f821e.tar.gz libkeccak-4e91ab4570c22e26433c52435d28ff23352f821e.tar.bz2 libkeccak-4e91ab4570c22e26433c52435d28ff23352f821e.tar.xz |
Remove unnessary -r flag in make clean1.1.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -196,8 +196,8 @@ uninstall: -rm -rf -- "$(DESTDIR)$(PREFIX)/share/licenses/libkeccak" clean: - -rm -rf -- *.o libkeccak/*.o libkeccak/mac/*.o - -rm -rf -- *.su libkeccak/*.su libkeccak/mac/*.su + -rm -f -- *.o libkeccak/*.o libkeccak/mac/*.o + -rm -f -- *.su libkeccak/*.su libkeccak/mac/*.su -rm -f -- *.info *.pdf *.ps *.dvi *.a libkeccak.$(LIBEXT)* test benchmark benchfile .SUFFIXES: .c.o |