1
0
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:
Michael McCracken
2015-08-03 10:25:35 -04:00
parent 5d69258329
commit c165539a08

View File

@@ -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.