Update the documentation (instructions) of the makefile

This commit is contained in:
abcdefg30 2018-09-23 13:26:22 +00:00 committed by Paul Chote
parent 678d7642ac
commit efac504641

View File

@ -12,12 +12,13 @@
# to check lua scripts for syntax errors, run:
# make check-scripts
#
# to check the official mods for erroneous yaml files, run:
# make test
#
# to check the official mod dlls for StyleCop violations, run:
# to check the engine and your mod dlls for StyleCop violations, run:
# make check
#
# the following are internal sdk helpers that are not intended to be run directly:
# make check-variables
# make check-sdk-scripts
# make check-packaging-scripts
.PHONY: utility stylecheck build clean engine version check check-scripts check-sdk-scripts check-packaging-scripts check-variables
.DEFAULT_GOAL := build