cheange order
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
47a5457abf
commit
6a99940540
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ CGO_ENABLED := 1
|
|||
BUILDTAGS := seccomp apparmor
|
||||
|
||||
.PHONY: everything
|
||||
everything: clean fmt lint test staticcheck vet alpine busybox cl-k8s ## Builds a static executable or package.
|
||||
everything: clean alpine busybox cl-k8s fmt lint test staticcheck vet ## Builds a static executable or package.
|
||||
|
||||
include basic.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue