mirror of https://github.com/docker/docs.git
Re-add make install to Makefile
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
8b9291de64
commit
fd5f3ad0cc
|
@ -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