Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: quote recursive calls to make #133

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Commits on Aug 3, 2023

  1. fix: quote recursive calls to make

    $(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.
    
    Signed-off-by: Gavin Inglis <[email protected]>
    ginglis13 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2168adc View commit details
    Browse the repository at this point in the history