X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/018e80736c438649cc5d0a95686e1247484b1ffe..7f362bd7e0425e779cc7d4c567e4261b21e4b6a7:/gw-tests/Makefile diff --git a/gw-tests/Makefile b/gw-tests/Makefile index c0bb27f..890f63f 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/thumb -$1/thumb: $1/plot.sh $(notdir $1).sh $(wildcard $1/*.txt) +plot: $1/$(notdir $1).png +$1/$(notdir $1).png: $1/plot.sh $(notdir $1).sh lib.sh $(wildcard $1/*.txt) $1/plot.sh -X endef