From fd5f3ad0cc763c0015905bfacfac9b2b9f64fa24 Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Fri, 23 Oct 2015 13:12:17 -0700 Subject: [PATCH] Re-add make install to Makefile Signed-off-by: Nathan LeClaire --- mk/main.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mk/main.mk b/mk/main.mk index ce18e9bce7..cb6d1a75a7 100644 --- a/mk/main.mk +++ b/mk/main.mk @@ -56,6 +56,9 @@ plugins: build-plugins # Build all, cross platform cross: build-x +install: + cp $(PREFIX)/bin/docker-machine $(PREFIX)/bin/docker-machine-driver* /usr/local/bin + clean: coverage-clean build-clean test: dco fmt test-short vet validate: dco fmt vet lint test-short test-long