summaryrefslogtreecommitdiffstats
path: root/crypto/ec
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-12-03 15:20:10 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-03 15:20:10 +0100
commitfb4f46763fed3c600db21974577061b611b6fa46 (patch)
tree980180526bb0b1615e4dadd4cc383ff756de4b4e /crypto/ec
parentbabe434c99251cd1e3c84d6906f579509343186c (diff)
Add cleanup of *.s
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/ec')
-rw-r--r--crypto/ec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/Makefile b/crypto/ec/Makefile
index 359ef4e40f..89491454a4 100644
--- 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.