]> git.donarmstrong.com Git - bugscan.git/blob - Makefile
* fix wrong use of sarge (#528466)
[bugscan.git] / Makefile
1
2 html:
3         ./dohtml
4
5 graph:
6         ./dograph
7
8 post:
9         ./dopost
10
11 status:
12         ./dostatus
13
14 rescan:
15         ./crontab
16
17 .PHONY: html graph post status rescan