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: include Makefile.local #896

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

llfw
Copy link

@llfw llfw commented Jun 6, 2024

This allows local build options (like LLAMA_*) to be set in the local file instead of having to edit Makefile, or provide a long gmake command line on every build.

Using '-include' avoids generating a warning if Makefile.local doesn't exist.

This allows local build options (like LLAMA_*) to be set in the local
file instead of having to edit Makefile, or provide a long gmake command
line on every build.

Using '-include' avoids generating a warning if Makefile.local doesn't
exist.
@LostRuins LostRuins merged commit 46d9871 into LostRuins:concedo_experimental Jun 9, 2024
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.

2 participants