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

Support out of tree builds with make. #16

Merged
merged 1 commit into from
Oct 28, 2019

Conversation

waywardmonkeys
Copy link
Contributor

This lets you run the Makefile from any location and have the
build products be placed outside of the source tree.

Example:

mkdir build/utils
cd build/utils
make -f ../../src/third-party/ClangBuildAnalyzer/projects/make/Makefile
./build/ClangBuildAnalyzer

This lets you run the `Makefile` from any location and have the
build products be placed outside of the source tree.

Example:

    mkdir build/utils
    cd build/utils
    make -f ../../src/third-party/ClangBuildAnalyzer/projects/make/Makefile
    ./build/ClangBuildAnalyzer
@aras-p aras-p merged commit 76366ff into aras-p:master Oct 28, 2019
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