Update the documentation (instructions) of the makefile
This commit is contained in:
parent
678d7642ac
commit
efac504641
9
Makefile
9
Makefile
@ -12,12 +12,13 @@
|
|||||||
# to check lua scripts for syntax errors, run:
|
# to check lua scripts for syntax errors, run:
|
||||||
# make check-scripts
|
# make check-scripts
|
||||||
#
|
#
|
||||||
# to check the official mods for erroneous yaml files, run:
|
# to check the engine and your mod dlls for StyleCop violations, run:
|
||||||
# make test
|
|
||||||
#
|
|
||||||
# to check the official mod dlls for StyleCop violations, run:
|
|
||||||
# make check
|
# 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
|
.PHONY: utility stylecheck build clean engine version check check-scripts check-sdk-scripts check-packaging-scripts check-variables
|
||||||
.DEFAULT_GOAL := build
|
.DEFAULT_GOAL := build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user