Browse Source

Restore build as the default make rule (#2935)

tags/v1.4.0-rc1
Ethan Koenig 6 years ago
parent
commit
061f65ff29
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Makefile

+ 2
- 2
Makefile View File

endif endif
endif endif


include docker/Makefile

.PHONY: all .PHONY: all
all: build all: build


include docker/Makefile

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

Loading…
Cancel
Save