Add instructions to clean build products

This commit is contained in:
BobCochran 2015-06-06 18:04:11 -04:00
parent 8a2b665097
commit 40b6a1a37c

View file

@ -86,6 +86,17 @@ $ ./script/build.py -c D
After building is done, you can find the `electron` debug binary
under `out/D`.
## Cleaning
To clean the build files:
```bash
$ ./script/clean.py
```
## Troubleshooting
Make sure you have installed all the build dependencies.