Browse Source

Restore build as the default make rule (#2935)

tags/v1.4.0-rc1
Ethan Koenig 8 years ago committed by Lauris BH
parent
commit
061f65ff29
  1. 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 ./...

Loading…
Cancel
Save