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

Makefile: separate the target to create empty dummy libraries #502

Merged
merged 2 commits into from
May 30, 2024

Conversation

yamt
Copy link
Contributor

@yamt yamt commented May 27, 2024

During develompment, it's sometimes convenient to have a separate target.

During develompment, it's sometimes convenient to have a separate target.
@sunfishcode
Copy link
Member

The CI failure may be due to the directory not being created. The other rules start with a mkdir -p on their output directory to ensure that it exists.

@yamt
Copy link
Contributor Author

yamt commented May 29, 2024

The CI failure may be due to the directory not being created. The other rules start with a mkdir -p on their output directory to ensure that it exists.

fixed. thank you.

@sunfishcode sunfishcode merged commit 3184536 into WebAssembly:main May 30, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants