Explorar el Código

Restore build as the default make rule (#2935)

tags/v1.4.0-rc1
Ethan Koenig hace 6 años
padre
commit
061f65ff29
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Ver fichero

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

include docker/Makefile

.PHONY: all
all: build

include docker/Makefile

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

Cargando…
Cancelar
Guardar