File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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:
1717- ` vcbuild.bat ` : A Windows Batch Script that locates build tools, provides a
1818 subset of the targets available in the [ Makefile] ( #makefile ) , and a few
1919 targets of its own. For a detailed guide on this script, see
20- [ vcbuild.bat] ( #vcbuild.bat ) .
20+ [ vcbuild.bat] ( #vcbuildbat ) .
2121- ` Makefile ` : A Makefile that can be run with GNU Make. It provides a set of
2222 targets that build and test the Node.js binary, produce releases and
2323 documentation, and interact with the CI to run benchmarks or tests. For a
@@ -41,7 +41,7 @@ need to update the configuration process.
4141
4242To see the help text, run ` make help ` . This file is not generated, it is
4343maintained 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.
4545
4646### Options
4747
You can’t perform that action at this time.
0 commit comments