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