1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

implement Tycho's phony suggestion

Signed-off-by: Michael McCracken <michael.mccracken@gmail.com>
This commit is contained in:
Michael McCracken
2015-08-03 10:56:47 -04:00
parent c165539a08
commit ef5127ad91

View File

@@ -15,6 +15,7 @@ default:
go get -v -d ./...
go install -v ./...
.PHONY: client
client:
go get -v -d ./...
go install -v ./lxc