aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/generate_makefiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/generate_makefiles.sh')
-rwxr-xr-xtest/monniaux/generate_makefiles.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/monniaux/generate_makefiles.sh b/test/monniaux/generate_makefiles.sh
deleted file mode 100755
index ecbbdf4d..00000000
--- a/test/monniaux/generate_makefiles.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-
-source benches.sh
-
-for bench in $benches; do
- ./genmake.py $bench/make.proto > $bench/Makefile
-done
-