From efac504641952ca02f3b516d430e3690cc26d58e Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sun, 23 Sep 2018 13:26:22 +0000 Subject: [PATCH] Update the documentation (instructions) of the makefile --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ee2e3f2..ea94401 100644 --- a/Makefile +++ b/Makefile @@ -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