diff options
Diffstat (limited to 'scripts/readme.md')
-rw-r--r-- | scripts/readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/readme.md b/scripts/readme.md index 9bb97ec..a20d858 100644 --- a/scripts/readme.md +++ b/scripts/readme.md | |||
@@ -5,15 +5,15 @@ Prefix the filename of your custom script with "local_", they are git-ignored. | |||
5 | 5 | ||
6 | ## Build | 6 | ## Build |
7 | 7 | ||
8 | ### win_build.cmd | 8 | ### dev_win_build.cmd |
9 | 9 | ||
10 | Build the compiler. See {../compiler/readme.md} | 10 | Build the compiler. See {../compiler/readme.md} |
11 | 11 | ||
12 | ### win_help.cmd | 12 | ### dev_win_help.cmd |
13 | 13 | ||
14 | Shows the compiler's command line help. | 14 | Shows the compiler's command line help. |
15 | 15 | ||
16 | ### win_compile_example.cmd | 16 | ### dev_win_compile_example.cmd |
17 | 17 | ||
18 | Compile the example gallery, for demonstration purposes. See {../example/readme.md} | 18 | Compile the example gallery, for demonstration purposes. See {../example/readme.md} |
19 | 19 | ||