diff --git a/Makefile b/Makefile index 1872a3cc80..b02b705909 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.TS..." + @mono --debug OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.TS # Builds and exports tilesets from a bitmap tsbuild_SRCS := $(shell find OpenRA.TilesetBuilder/ -iname '*.cs')