Add an instruction to build specific targets.

This commit is contained in:
Jing Chen
2024-10-13 00:32:12 -07:00
parent a81ec225dc
commit ad58d2b322
+6
View File
@@ -81,6 +81,12 @@ make copy TARGETS=runsc DESTINATION=bin/
sudo cp ./bin/runsc /usr/local/bin
```
To build specific libraries or binaries, you can specify the target:
```sh
make build TARGETS="//pkg/tcpip:tcpip"
```
### Testing
To run standard test suites, you can use: