summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1823a377f8..40b844397e 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 ./...