From 6a999405403c92526c55e9dae964c1379bda6e36 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 25 Sep 2018 12:48:37 -0400 Subject: [PATCH] cheange order Signed-off-by: Jess Frazelle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7c4b5d..d3af243 100644 --- a/Makefile +++ b/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