Remove "make build" from tools/impact

There is no "build" target anymore.

This was forgotten in 0519d7e3ce.
This commit is contained in:
David Majda 2012-12-02 13:04:57 +01:00
parent 203243b884
commit da9ab1bf17

View file

@ -9,7 +9,6 @@ set -e
prepare() {
git checkout --quiet "$1"
make build
}
run_benchmark() {