Files
containerd/vendor/github.com/tonistiigi/fifo/Makefile
Random-Liu 1395b07183 Update godeps.
Signed-off-by: Random-Liu <lantaol@google.com>
2017-05-12 13:14:46 -07:00

14 lines
124 B
Makefile

.PHONY: fmt vet test deps
test: deps
go test -v ./...
deps:
go get -d -t ./...
fmt:
gofmt -s -l .
vet:
go vet ./...