check depends on repo

This commit is contained in:
Damien Elmes 2020-02-23 19:31:17 +10:00
parent e73157285e
commit d9dafe0ba8

View file

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