Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: quote recursive calls to make (#133)
Issue #, if available: *Description of changes:* $(MAKE) is used for calling `make` recursively. On a Windows machine, `make` might be at some location containing a space or special character, like /c/Program Files (x86)/GnuWin32/bin/make . Wrap in quotes as "$(MAKE)" to prevent errors. *Testing done:* `make` on macOS and Windows. - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Gavin Inglis <[email protected]>
- Loading branch information