Remove "make build" from tools/impact
There is no "build" target anymore.
This was forgotten in 0519d7e3ce
.
This commit is contained in:
parent
203243b884
commit
da9ab1bf17
|
@ -9,7 +9,6 @@ set -e
|
|||
|
||||
prepare() {
|
||||
git checkout --quiet "$1"
|
||||
make build
|
||||
}
|
||||
|
||||
run_benchmark() {
|
||||
|
|
Loading…
Reference in a new issue