mirror of https://github.com/docker/docs.git
Merge pull request #2072 from nathanleclaire/mk_install
Re-add make install to Makefile
This commit is contained in:
commit
e421a07336
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue