Ver código fonte

Restore build as the default make rule (#2935)

tags/v1.4.0-rc1
Ethan Koenig 6 anos atrás
pai
commit
061f65ff29
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Ver arquivo

@@ -55,11 +55,11 @@ else
endif
endif

include docker/Makefile

.PHONY: all
all: build

include docker/Makefile

.PHONY: clean
clean:
$(GO) clean -i ./...

Carregando…
Cancelar
Salvar