diff --git a/Makefile b/Makefile index 1823a377f..40b844397 100644 --- a/Makefile +++ b/Makefile @@ -55,11 +55,11 @@ else endif endif -include docker/Makefile - .PHONY: all all: build +include docker/Makefile + .PHONY: clean clean: $(GO) clean -i ./...