Add cleanup of *.s
authorRichard Levitte <levitte@openssl.org>
Thu, 3 Dec 2015 14:20:10 +0000 (15:20 +0100)
committerRichard 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

index 359ef4e40fd4b581bd6d4b0a049a2af60ba6004a..89491454a4412db18ff8122e3674ae8445b48313 100644 (file)
@@ -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.