mirror of https://github.com/tc39/test262.git
Fix docs for using make.py (#2181)
This commit is contained in:
parent
dce80ecde1
commit
8cc85b875d
|
@ -382,11 +382,11 @@ Generated files are managed using the `make.py` Python script located in the roo
|
|||
|
||||
And then issue the following command to create files:
|
||||
|
||||
make.py
|
||||
./make.py
|
||||
|
||||
To remove all generated files:
|
||||
|
||||
make.py clean
|
||||
./make.py clean
|
||||
|
||||
The executable located at `tools/generation/generator.py` offers additional control over the generation procedure.
|
||||
|
||||
|
|
Loading…
Reference in New Issue