]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - continuous/www/Makefile
Move highstock one level up
[can-benchmark.git] / continuous / www / Makefile
1 all: process
2
3 process:
4         cat ../logs/* | ./wvperf2html.py > index.html
5
6 publish: process
7         rsync -r index.html *.json *.js canperf@rtime.felk.cvut.cz: