Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't ignore the return value from
rm -rf
The `-f` option causes `rm` to silently ignore files that don't exist, so `rm -rf` will only fail if `rm` has trouble deleting a file that exists. We want `make` to fail in that situation.
- Loading branch information