check depends on repo

This commit is contained in:
Damien Elmes 2020-02-23 19:31:17 +10:00
parent 70ae99778f
commit 4704dcc061

View file

@ -10,7 +10,7 @@ $(shell mkdir -p .build)
all: check
check: .build/check
check: ftl/repo .build/check
fix:
cargo fmt