Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force CMake targets in top-level Makefile to run (apache#8840)
This is a bug I introduced in apache#8809, because the built binary is now named `build/cpptest` when `make` checks that artifact it finds it exists already and skips running `make -C build cpptest`. This ensures all nested `make` calls are forced to run from the top-level `Makefile`.
- Loading branch information