Skip to content

Commit 061f65f

Browse files
ethantkoeniglafriks
authored andcommitted
Restore build as the default make rule (#2935)
1 parent 6ee6575 commit 061f65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ else
5555
endif
5656
endif
5757

58-
include docker/Makefile
59-
6058
.PHONY: all
6159
all: build
6260

61+
include docker/Makefile
62+
6363
.PHONY: clean
6464
clean:
6565
$(GO) clean -i ./...

0 commit comments

Comments
 (0)