aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e67850b..b8fc02b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
.PHONY: test
-
-test:
+test: target/debug/git-todo
prove -v -I./t
+
+target/debug/git-todo:
+ cargo build