From c111836ae303ecb9cff28d70a788c580bab97fac Mon Sep 17 00:00:00 2001 From: Zimmermann Gyula Date: Sat, 4 Jul 2015 00:09:37 +0200 Subject: [PATCH] Fix make.ps1. --- make.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/make.ps1 b/make.ps1 index 1dd31bafb2..4d52f0f340 100644 --- a/make.ps1 +++ b/make.ps1 @@ -172,8 +172,6 @@ elseif ($command -eq "check") ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.D2k echo "Checking for code style violations in OpenRA.Mods.TS..." ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.TS - echo "Checking for code style violations in OpenRA.Editor..." - ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Editor echo "Checking for code style violations in OpenRA.Renderer.Sdl2..." ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Renderer.Sdl2 echo "Checking for code style violations in OpenRA.Utility..."