Files
docker-machine/Makefile
Ivan Mikushin 3c1caa5acb Build on any (even remote) docker
Signed-off-by: Ivan Mikushin <i.mikushin@gmail.com>
2015-08-19 13:18:25 +05:00

27 lines
351 B
Makefile

.PHONY: test validate-dco validate-gofmt
default: build
remote: build-remote
test:
script/test
validate-dco:
script/validate-dco
validate-gofmt:
script/validate-gofmt
validate: validate-dco validate-gofmt test
build: clean
script/build
build-remote: clean
script/build-remote
clean:
rm -f docker-machine_*
rm -rf Godeps/_workspace/pkg