Skip to content

Commit

Permalink
Restore build as the default make rule (#2935)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethantkoenig authored and lafriks committed Nov 19, 2017
1 parent 6ee6575 commit 061f65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ else
endif
endif

include docker/Makefile

.PHONY: all
all: build

include docker/Makefile

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

0 comments on commit 061f65f

Please sign in to comment.