Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Makefile did not work correctly when used with `-jN` with `N>1` since `test` did not declare its dependency on `build`. This patch makes that dependency explicit, and also declares `build` as PHONY so it is always run.
- Loading branch information