all: publish perf: cat logs/nul_*.log | ./wvperfpreprocess.py | ./wvperf2html.py > performance.html report: ./wvtest2html.py test-report < logs/$(shell ls logs|tail -n 1) clean: rm -rf test-report rm -rf performance.html *.json publish: perf report rsync -r test-report performance.html *.json sojka@rtime:public_html/nul/ rsync -r test-report performance.html *.json sojka@os.inf.tu-dresden.de:public_html/nul/ .PHONY: all publish perf report