From 41c1fd2328a849d6bd9913f374886432422e0983 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 14 Mar 2016 17:34:53 +0100 Subject: [PATCH] ZRColaUtils cleanup added --- Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 548cf54..e7dcc04 100644 --- a/Makefile +++ b/Makefile @@ -42,10 +42,12 @@ Clean :: $(MAKE) /f "Makefile" /$(MAKEFLAGS) Clean LANG=Sl PLAT=x64 CFG=Release $(MAKE) /f "Makefile" /$(MAKEFLAGS) Clean LANG=Sl PLAT=x64 CFG=Debug cd "$(MAKEDIR)" - devenv.com "ZRCola.sln" /clean "Release|Win32" - devenv.com "ZRCola.sln" /clean "Debug|Win32" - devenv.com "ZRCola.sln" /clean "Release|x64" - devenv.com "ZRCola.sln" /clean "Debug|x64" + devenv.com "ZRCola.sln" /clean "Release|Win32" + devenv.com "ZRCola.sln" /clean "Debug|Win32" + devenv.com "ZRCola.sln" /clean "Release|x64" + devenv.com "ZRCola.sln" /clean "Debug|x64" + devenv.com "ZRColaUtils.sln" /clean "Release|Win32" + devenv.com "ZRColaUtils.sln" /clean "Debug|Win32" devenv.com "MSI\MSICA\MSICA.sln" /clean "Release|Win32" devenv.com "MSI\MSICA\MSICA.sln" /clean "Debug|Win32" devenv.com "MSI\MSICA\MSICA.sln" /clean "Release|x64"