Makefile: Do not parallelize verify step
Parallelizing the verify step causes the error output to be buried within other output, making it hard to read. De-parallelizing it will cause us to take a latency hit, and it will fail on the first failure--but the benefit is it will be easier to read the error.