From 63d5db1d12cbc7243b5cd01ad5c939ce14c8c6b7 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Fri, 26 Dec 2014 12:10:02 +1300 Subject: [PATCH] Add Mods.D2k to make check. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b02b705909..13ab5d1b09 100644 --- a/Makefile +++ b/Makefile @@ -187,6 +187,8 @@ check: @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 + @echo "Checking for code style violations in OpenRA.Mods.D2k..." + @mono --debug OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.D2k @echo "Checking for code style violations in OpenRA.Mods.TS..." @mono --debug OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.TS