From ad58d2b322ac9879475669d07f296b1c1933b4f0 Mon Sep 17 00:00:00 2001 From: Jing Chen Date: Sun, 13 Oct 2024 00:32:12 -0700 Subject: [PATCH] Add an instruction to build specific targets. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1944c971f..15954742e 100644 --- a/README.md +++ b/README.md @@ -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: