From: Andrew Chilton Date: Sat, 23 Jan 2010 12:06:26 +0000 (+1300) Subject: New Makefile targets X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e513991c191ee7a599ee3bbe76975630936d6d77;p=cil.git New Makefile targets --- diff --git a/Makefile b/Makefile index 614042a..a36ae6c 100644 --- 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 {} ';'