소스 검색

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…
취소
저장