aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-09-28 15:46:09 +0200
committerAndy Polyakov <appro@openssl.org>2015-09-29 18:02:35 +0200
commit8be7438f16cbd8c53206c5494a8fcbedab94bd6a (patch)
treeddc43f2c1721daeb174a54a8cecd15c659737e5e /engines
parentef85320622bdc264ab2741d0461fa79a4934c93f (diff)
downloadopenssl-8be7438f16cbd8c53206c5494a8fcbedab94bd6a.zip
openssl-8be7438f16cbd8c53206c5494a8fcbedab94bd6a.tar.gz
openssl-8be7438f16cbd8c53206c5494a8fcbedab94bd6a.tar.bz2
Rationalize .gitignore and harmonize pair of Makefiles.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'engines')
-rw-r--r--engines/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/Makefile b/engines/Makefile
index a1ea0a6..3773e74 100644
--- a/engines/Makefile
+++ b/engines/Makefile
@@ -154,7 +154,7 @@ dclean:
@target=dclean; $(RECURSIVE_MAKE)
clean:
- rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
@target=clean; $(RECURSIVE_MAKE)
# DO NOT DELETE THIS LINE -- make depend depends on it.