Added note about make bindings.

This commit is contained in:
Jack Moffitt 2013-07-10 10:19:56 -06:00
parent 3d91193527
commit dbeaa9e13f

View file

@ -68,6 +68,7 @@ There are lots of make targets you can use:
- `make clean-rust` - cleans Rust
- `make clean-servo` - only cleans Servo itself (code in `src/components`
- `make clean-DEP` - cleans the dependency `DEP`. e.g. `make clean-rust-opengles`
- `make bindings` - generate the Rust WebIDL bindings
- `make DEP` - builds only the specified dependency. e.g. `make rust-opengles`
- `make check-DEP` - build and run tests for specified dependency