aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-15 20:38:26 +0200
committerMattias Andrée <maandree@kth.se>2017-10-15 20:38:26 +0200
commit4e91ab4570c22e26433c52435d28ff23352f821e (patch)
tree2391abb3b54cdf32d8e9d1902c8c232be040983e
parentMerge pull request #6 from thebombzen/master (diff)
downloadlibkeccak-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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 172c7a3..80eebc6 100644
--- a/Makefile
+++ b/Makefile
@@ -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