From fb4f46763fed3c600db21974577061b611b6fa46 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 3 Dec 2015 15:20:10 +0100 Subject: [PATCH] Add cleanup of *.s Reviewed-by: Matt Caswell --- crypto/ec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1