From 3415c711b056cc7950ad25b55760a4f57fde02c4 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 10 Mar 2016 01:51:53 +0100 Subject: Add cleaning targets to Configurations/windows-makefile.tmpl Reviewed-by: Matt Caswell --- Configurations/windows-makefile.tmpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Configurations') diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index 967146fa29..2871283a6a 100644 --- 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 ################################################### -- cgit v1.2.3