From 4b172b6be03de83157d3e2aab07efe40de8ee736 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 15 Jul 2015 16:48:49 -0700 Subject: make bench: allow overriding BENCHFILE. Previously if you did this, it would clopper BENCHFILE with the default bench file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c29093f..6ff8b88 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ fuzztest: progit: git clone https://github.com/progit/progit.git -$(BENCHFILE): progit +$(BENCHDIR)/benchinput.md: progit echo "" > $@ for lang in ar az be ca cs de en eo es es-ni fa fi fr hi hu id it ja ko mk nl no-nb pl pt-br ro ru sr th tr uk vi zh zh-tw; do \ cat progit/$$lang/*/*.markdown >> $@; \ -- cgit v1.2.3