Restore build as the default make rule (#2935)

This commit is contained in:
Ethan Koenig 2017-11-18 23:50:23 -08:00 committed by Lauris BH
parent 6ee65757c7
commit 061f65ff29
1 changed files with 2 additions and 2 deletions

View File

@ -55,11 +55,11 @@ else
endif endif
endif endif
include docker/Makefile
.PHONY: all .PHONY: all
all: build all: build
include docker/Makefile
.PHONY: clean .PHONY: clean
clean: clean:
$(GO) clean -i ./... $(GO) clean -i ./...