From dd90409b3d115c4dce2acef966bafc9349d6ce79 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Sun, 4 Jan 2015 11:03:34 +0100 Subject: [PATCH] Document make check in Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b512786d1f..c56f100ff2 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ # to check the official mods for erroneous yaml files, run: # make test # +# to check the official mod dlls for StyleCop violations, run: +# make check +# # to generate documentation aimed at modders, run: # make docs #