]> git.mjollnir.org Git - cil.git/commitdiff
New Makefile targets
authorAndrew Chilton <andychilton@gmail.com>
Sat, 23 Jan 2010 12:06:26 +0000 (01:06 +1300)
committerAndrew Chilton <andychilton@gmail.com>
Sat, 23 Jan 2010 12:06:26 +0000 (01:06 +1300)
Makefile

index 614042a5ab9dc795d6a8971a99a9036087e64c4f..a36ae6c98a99ee298204eb913d025987bc493805 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,11 @@
-issue-summary:
+open:
+       cil summary --is-open
+
+next-milestone:
        cil summary --is-open --label=Milestone-v0.06
 
-issue-list:
-       cil list --is-open --label=Milestone-v0.06
+closed:
+       cil summary --is-closed
 
 clean:
        find . -name '*~' -exec rm {} ';'