From 061f65ff297d3c2bb76776af999f80a891a74933 Mon Sep 17 00:00:00 2001 From: Ethan Koenig Date: Sat, 18 Nov 2017 23:50:23 -0800 Subject: [PATCH] Restore build as the default make rule (#2935) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ./...