From 44b1647fbe07b528136e5069a2654f376b2fcb2b Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Fri, 26 Dec 2014 11:57:29 +1300 Subject: [PATCH] Add Mods.Common to make check. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 42885e1768..1872a3cc80 100644 --- a/Makefile +++ b/Makefile @@ -183,6 +183,8 @@ check: @mono --debug OpenRA.Utility.exe ra --check-code-style OpenRA.Renderer.Null @echo "Checking for code style violations in OpenRA.GameMonitor..." @mono --debug OpenRA.Utility.exe ra --check-code-style OpenRA.GameMonitor + @echo "Checking for code style violations in OpenRA.Mods.Common..." + @mono --debug OpenRA.Utility.exe ra --check-code-style OpenRA.Mods.Common @echo "Checking for code style violations in OpenRA.Mods.Cnc..." @mono --debug OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.Cnc