Restore build as the default make rule (#2935)

This commit is contained in:
Ethan Koenig 2017-11-18 23:50:23 -08:00 коммит произвёл Lauris BH
Родитель 6ee65757c7
Коммит 061f65ff29
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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