Skip to content

Commit efac504

Browse files
abcdefg30pchote
authored andcommitted
Update the documentation (instructions) of the makefile
1 parent 678d764 commit efac504

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Makefile

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
# to check lua scripts for syntax errors, run:
1313
# make check-scripts
1414
#
15-
# to check the official mods for erroneous yaml files, run:
16-
# make test
17-
#
18-
# to check the official mod dlls for StyleCop violations, run:
15+
# to check the engine and your mod dlls for StyleCop violations, run:
1916
# make check
2017
#
18+
# the following are internal sdk helpers that are not intended to be run directly:
19+
# make check-variables
20+
# make check-sdk-scripts
21+
# make check-packaging-scripts
2122

2223
.PHONY: utility stylecheck build clean engine version check check-scripts check-sdk-scripts check-packaging-scripts check-variables
2324
.DEFAULT_GOAL := build

0 commit comments

Comments
 (0)