mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Makefile cleanup
This commit is contained in:
parent
7cdbd81712
commit
aa47880db3
6
Makefile
6
Makefile
@ -79,9 +79,9 @@ all: generated_files
|
|||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# make ginkgo
|
# make ginkgo
|
||||||
|
.PHONY: ginkgo
|
||||||
ginkgo:
|
ginkgo:
|
||||||
hack/make-rules/build.sh vendor/github.com/onsi/ginkgo/ginkgo
|
hack/make-rules/build.sh vendor/github.com/onsi/ginkgo/ginkgo
|
||||||
.PHONY: ginkgo
|
|
||||||
|
|
||||||
# Runs all the presubmission verifications.
|
# Runs all the presubmission verifications.
|
||||||
#
|
#
|
||||||
@ -172,9 +172,9 @@ test-e2e-node: ginkgo generated_files
|
|||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# make test-cmd
|
# make test-cmd
|
||||||
test-cmd: generated_files
|
|
||||||
@hack/make-rules/test-cmd.sh
|
|
||||||
.PHONY: test-cmd
|
.PHONY: test-cmd
|
||||||
|
test-cmd: generated_files
|
||||||
|
hack/make-rules/test-cmd.sh
|
||||||
|
|
||||||
# Remove all build artifacts.
|
# Remove all build artifacts.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user