Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Fix broken integration target on macOS. (#86)
The integration tests were broken on macOS: $ make integration rm: .coverdata: No such file or directory rm: -fr: No such file or directory make: *** [build-with-cover] Error 1 `rm` on macOS requires that the options must be given before the argument(s).
- Loading branch information