X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/930f41a0e5e559aa258dc64cb7f95fea173c088d..e2f6ea0a1257b097e4e6278d742733b316d2f553:/gw-tests/Makefile diff --git a/gw-tests/Makefile b/gw-tests/Makefile index 890f63f..520bc6c 100644 --- a/gw-tests/Makefile +++ b/gw-tests/Makefile @@ -18,8 +18,8 @@ $(T:%=run-%):run-%: PLOT_SCRIPTS=$(shell find results -name plot.sh) define plot_template -plot: $1/$(notdir $1).png -$1/$(notdir $1).png: $1/plot.sh $(notdir $1).sh lib.sh $(wildcard $1/*.txt) +plot: $1/graph.png +$1/graph.png: $1/plot.sh $(notdir $1).sh lib.sh $(wildcard $1/*.txt) $1/plot.sh -X endef