Restore build as the default make rule (#2935)
This commit is contained in:
parent
6ee65757c7
commit
061f65ff29
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -55,11 +55,11 @@ else
|
|||
endif
|
||||
endif
|
||||
|
||||
include docker/Makefile
|
||||
|
||||
.PHONY: all
|
||||
all: build
|
||||
|
||||
include docker/Makefile
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
$(GO) clean -i ./...
|
||||
|
|
Reference in a new issue