Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Fix build order
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-utinski committed Apr 10, 2019
1 parent 83e16f5 commit 2d5ea5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GIT_ROOT:=$(shell git rev-parse --show-toplevel)

.PHONY: all clean format lint vet bindata build test docker-deps reap dist

all: clean format lint vet bindata build test docker-deps
all: clean format lint bindata vet build test docker-deps

clean:
${GIT_ROOT}/make/clean
Expand Down

0 comments on commit 2d5ea5b

Please sign in to comment.