Skip to content

Commit

Permalink
Makefile: fix drivers rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zuyev committed Jun 30, 2021
1 parent c2f18d9 commit 338f126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ all: cross drivers e2e-cross cross-tars exotic retro out/gvisor-addon ## Build a

.PHONY: drivers
drivers: ## Build Hyperkit and KVM2 drivers
drivers: docker-machine-driver-hyperkit \
drivers: docker-machine-driver-hyperkit \
docker-machine-driver-kvm2 \
out/docker-machine-driver-kvm2-amd64 \
out/docker-machine-driver-kvm2-arm64
Expand Down

0 comments on commit 338f126

Please sign in to comment.