Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: include Makefile.local (ggerganov#896)
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.
- Loading branch information