File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ There are three main build files that may be directly run when building Node.js:
17
17
- ` vcbuild.bat ` : A Windows Batch Script that locates build tools, provides a
18
18
subset of the targets available in the [ Makefile] ( #makefile ) , and a few
19
19
targets of its own. For a detailed guide on this script, see
20
- [ vcbuild.bat] ( #vcbuild.bat ) .
20
+ [ vcbuild.bat] ( #vcbuildbat ) .
21
21
- ` Makefile ` : A Makefile that can be run with GNU Make. It provides a set of
22
22
targets that build and test the Node.js binary, produce releases and
23
23
documentation, and interact with the CI to run benchmarks or tests. For a
@@ -41,7 +41,7 @@ need to update the configuration process.
41
41
42
42
To see the help text, run ` make help ` . This file is not generated, it is
43
43
maintained by humans. Note that this is not usually run on Windows, where
44
- [ vcbuild.bat] ( #vcbuild.bat ) is used instead.
44
+ [ vcbuild.bat] ( #vcbuildbat ) is used instead.
45
45
46
46
### Options
47
47
You can’t perform that action at this time.
0 commit comments