summaryrefslogtreecommitdiff
path: root/Makefile
blob: 27abedea77f43841949327f09fd8e94e6823b107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
open:
	cil summary --is-open

next-milestone:
	cil summary --is-open --label=Milestone-v0.07

closed:
	cil summary --is-closed

clean:
	find . -name '*~' -exec rm {} ';'

.PHONY: issue-summary issue-list clean