# | Line 1 | Line 1 | |
---|---|---|
1 | # Makefile for reports | |
2 | # $Id$ | |
3 | ||
4 | < | include Config.inc |
4 | > | all : run |
5 | ||
6 | < | BUILDFILES = DBReporter |
7 | < | |
8 | < | all : build |
9 | < | @echo "'make install' or 'make run'" |
10 | < | |
11 | < | run : install |
6 | > | run : |
7 | @echo "[Running i-scream DBReporter]" | |
8 | < | java -jar build/iscreamreports.jar $(SETTINGSFILE) |
14 | < | |
15 | < | install : |
16 | < | @echo "[Installing i-scream DBReporter]" |
17 | < | cd $(BUILDFILES) && $(MAKE) install |
8 | > | cd DBReporter && $(MAKE) run |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |