diff --git a/make.ps1 b/make.ps1 index 633e0a621f..7bad85f6c2 100644 --- a/make.ps1 +++ b/make.ps1 @@ -154,8 +154,6 @@ elseif ($command -eq "check") ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Utility echo "Checking for code style violations in OpenRA.Test..." ./OpenRA.Utility.exe cnc --check-code-style OpenRA.Test - echo "Checking for code style violations in OpenRA.TilesetBuilder..." - ./OpenRA.Utility.exe cnc --check-code-style OpenRA.TilesetBuilder } elseif ($command -eq "docs") {