Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: Create destination directory if it does not exist. #84

Merged

Conversation

denisse-dev
Copy link
Contributor

  1. Why is this change neccesary?
    Because the destination directory may not exist on the users machine.

  2. How does it address the issue?
    By implementing an order-only prerequisite to the copy recipe that creates the
    destination directory if it does not exist.

  3. What side effects does this change have?
    None!

Closes #83

1. Why is this change neccesary?
Because the destination directory may not exist on the users machine.

2. How does it address the issue?
By implementing an order-only prerequisite to the copy recipe that creates the
destination directory if it does not exist.

3. What side effects does this change have?
None!
@juliosueiras
Copy link
Owner

k, thanks =) , will take a look

@juliosueiras juliosueiras merged commit 4d5f533 into juliosueiras:master Aug 10, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Makefile is not creating the destination directory when running the copy recipe.
2 participants