mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
Add 'make client' to build just the client
Signed-off-by: Michael McCracken <michael.mccracken@gmail.com>
This commit is contained in:
4
Makefile
4
Makefile
@@ -15,6 +15,10 @@ default:
|
||||
go get -v -d ./...
|
||||
go install -v ./...
|
||||
|
||||
client:
|
||||
go get -v -d ./...
|
||||
go install -v ./lxc
|
||||
|
||||
# This only needs to be done when migrate.proto is actually changed; since we
|
||||
# commit the .pb.go in the tree and it's not expected to change very often,
|
||||
# it's not a default build step.
|
||||
|
||||
Reference in New Issue
Block a user