diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 4 insertions, 2 deletions
| @@ -1,4 +1,6 @@  .PHONY: test - -test: +test: target/debug/git-todo  	prove -v -I./t + +target/debug/git-todo: +	cargo build | 
|  | index : git-todo | |
| Find recent TODO lines in a Git repository | 
| aboutsummaryrefslogtreecommitdiffstats |