]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Do not run html generation automatically - it doesn't work for make allkern
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 24 Sep 2011 12:46:15 +0000 (14:46 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 24 Sep 2011 12:46:27 +0000 (14:46 +0200)
gw-tests/Makefile

index 524ddd1f649598c9635ab60d65140c3a079f5797..5cb074cefcd1001e89ca9ed51f40b42b1573754c 100644 (file)
@@ -5,7 +5,7 @@ T:=$(filter-out filter%,$(T)) $(filter filter%,$(T))
 
 .PHONY: $(T:%=run-%)
 
-all: $(T:%=run-%) html
+all: $(T:%=run-%)
        @echo "Run 'make plot' to generate graphs"
 
 TEST_FLAGS = -P -t all -l all $(if $(UPDATE),-u)