Skip to content

Commit a4fcca0

Browse files
committed
Whoops reordering make deps for much success
1 parent a8ec603 commit a4fcca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COVERPROFILES := \
4242
$(GOBUILD_LDFLAGS) $(PACKAGE)/$(subst -coverage.coverprofile,,$@)
4343

4444
.PHONY: all
45-
all: clean test deps lintall
45+
all: clean deps test lintall
4646

4747
.PHONY: test
4848
test: build fmtpolice test-deps test-race coverage.html

0 commit comments

Comments
 (0)