From e513991c191ee7a599ee3bbe76975630936d6d77 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Sun, 24 Jan 2010 01:06:26 +1300 Subject: [PATCH] New Makefile targets --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 {} ';' -- 2.39.5