From 3a7e70d6da86863e094ee751f2d417fe838146f0 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sat, 11 Dec 2010 17:25:05 +0100 Subject: [PATCH] Replot graphs also when lib.sh is changed --- gw-tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2