1
0
mirror of https://github.com/rancher/os.git synced 2025-08-01 06:59:05 +00:00
os/vendor/github.com/docker/machine/Makefile
2015-12-04 20:19:31 +05:00

19 lines
244 B
Makefile

.PHONY: all test validate-dco validate-gofmt validate build
all: validate test build
test:
script/test
validate-dco:
script/validate-dco
validate-gofmt:
script/validate-gofmt
validate: validate-dco validate-gofmt
build:
script/build