]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Replot graphs also when lib.sh is changed
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 11 Dec 2010 16:25:05 +0000 (17:25 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 11 Dec 2010 16:25:05 +0000 (17:25 +0100)
gw-tests/Makefile

index c0bb27f19083e4a822030733f1133497b89349db..890f63fa911faee55705b940fc56d9793566bd3b 100644 (file)
@@ -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