瀏覽代碼

Restore build as the default make rule (#2935)

tags/v1.4.0-rc1
Ethan Koenig 6 年之前
父節點
當前提交
061f65ff29
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      Makefile

+ 2
- 2
Makefile 查看文件

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

include docker/Makefile

.PHONY: all
all: build

include docker/Makefile

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

Loading…
取消
儲存