-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMakefile
29 lines (19 loc) · 938 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
templates : run.json tag.json iteration.json param.json sample.json period.json metric_desc.json metric_data.json
run.json : run.base
./build.sh `cat ../VERSION` run
tag.json : run.base tag.base
./build.sh `cat ../VERSION` tag run
iteration.json : run.base iteration.base
./build.sh `cat ../VERSION` iteration run
param.json : run.base iteration.base param.base
./build.sh `cat ../VERSION` param iteration run
sample.json : run.base iteration.base sample.base
./build.sh `cat ../VERSION` sample iteration run
period.json : run.base iteration.base sample.base period.base
./build.sh `cat ../VERSION` period sample iteration run
metric_desc.json : run.base iteration.base sample.base period.base metric_desc.base
./build.sh `cat ../VERSION` metric_desc period sample iteration run
metric_data.json : metric_data.base
./build.sh `cat ../VERSION` metric_data run_micro
clean :
/bin/rm -f *.json