projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
babe434
)
Add cleanup of *.s
author
Richard Levitte
<levitte@openssl.org>
Thu, 3 Dec 2015 14:20:10 +0000
(15:20 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 3 Dec 2015 14:20:10 +0000
(15:20 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/ec/Makefile
patch
|
blob
|
history
diff --git
a/crypto/ec/Makefile
b/crypto/ec/Makefile
index 359ef4e40fd4b581bd6d4b0a049a2af60ba6004a..89491454a4412db18ff8122e3674ae8445b48313 100644
(file)
--- a/
crypto/ec/Makefile
+++ b/
crypto/ec/Makefile
@@
-89,7
+89,7
@@
dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ rm -f *.
s *.
o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
# DO NOT DELETE THIS LINE -- make depend depends on it.