We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678d764 commit efac504Copy full SHA for efac504
Makefile
@@ -12,12 +12,13 @@
12
# to check lua scripts for syntax errors, run:
13
# make check-scripts
14
#
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:
+# to check the engine and your mod dlls for StyleCop violations, run:
19
# make check
20
+# the following are internal sdk helpers that are not intended to be run directly:
+# make check-variables
+# make check-sdk-scripts
21
+# make check-packaging-scripts
22
23
.PHONY: utility stylecheck build clean engine version check check-scripts check-sdk-scripts check-packaging-scripts check-variables
24
.DEFAULT_GOAL := build
0 commit comments