cheange order

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-25 12:48:37 -04:00
parent 47a5457abf
commit 6a99940540
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -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