Document make check in Makefile

This commit is contained in:
reaperrr
2015-01-04 11:03:34 +01:00
parent 192ae175a6
commit dd90409b3d

View File

@@ -9,6 +9,9 @@
# to check the official mods for erroneous yaml files, run: # to check the official mods for erroneous yaml files, run:
# make test # make test
# #
# to check the official mod dlls for StyleCop violations, run:
# make check
#
# to generate documentation aimed at modders, run: # to generate documentation aimed at modders, run:
# make docs # make docs
# #