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:
03f880e
)
Add cleaning targets to Configurations/windows-makefile.tmpl
author
Richard Levitte
<levitte@openssl.org>
Thu, 10 Mar 2016 00:51:53 +0000
(
01:51
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 10 Mar 2016 11:59:53 +0000
(12:59 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Configurations/windows-makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/windows-makefile.tmpl
b/Configurations/windows-makefile.tmpl
index 967146fa296827f732faf1ead47c244163704d78..2871283a6a60f5c02ce016e7b8cc979a49defa36 100644
(file)
--- a/
Configurations/windows-makefile.tmpl
+++ b/
Configurations/windows-makefile.tmpl
@@
-139,6
+139,20
@@
list-tests:
@set PERL=$(PERL)
@$(PERL) $(SRCDIR)\test\run_tests.pl list
+libclean:
+ del /Q /F $(LIBS) $(SHLIBS)
+ del lib.pdb
+
+clean: libclean
+ del /Q /F $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS)
+ del /Q /S /F *.asm
+ del /Q /S /F *.d
+ del /Q /S /F *.obj
+ del /Q /S /F *.pdb
+ del /Q /S /F *.exp
+ del /Q /S /F engines\*.ilk
+ del /Q /S /F engines\*.lib
+
depend:
# Building targets ###################################################