mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
Remove unneeded make rule name.
This commit is contained in:
parent
879bc3a677
commit
b9d7c8f6f5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -48,7 +48,7 @@ check test:
|
|||
#
|
||||
# Example:
|
||||
# make test_integration
|
||||
test_integration test_integ:
|
||||
test_integration:
|
||||
hack/test-integration.sh
|
||||
.PHONY: test_integration test_integ
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue