1 2 3 4 5 6
.PHONY: test test: target/debug/git-todo prove -v -I./t target/debug/git-todo: cargo build