Merge pull request #2072 from nathanleclaire/mk_install

Re-add make install to Makefile
This commit is contained in:
Olivier Gambier 2015-10-23 17:43:43 -07:00
commit e421a07336
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ plugins: build-plugins
# Build all, cross platform # Build all, cross platform
cross: build-x cross: build-x
install:
cp $(PREFIX)/bin/docker-machine $(PREFIX)/bin/docker-machine-driver* /usr/local/bin
clean: coverage-clean build-clean clean: coverage-clean build-clean
test: dco fmt test-short vet test: dco fmt test-short vet
validate: dco fmt vet lint test-short test-long validate: dco fmt vet lint test-short test-long