Restore build as the default make rule (#2935)

release/v1.4
Ethan Koenig 7 years ago committed by Lauris BH
parent 6ee65757c7
commit 061f65ff29

@ -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