Re-add make install to Makefile

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2015-10-23 13:12:17 -07:00
parent 8b9291de64
commit fd5f3ad0cc
1 changed files with 3 additions and 0 deletions

View File

@ -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