Skip to content

change Makefiles to adhere to some common conventions#114

Open
veprbl wants to merge 2 commits into
weizhongli:masterfrom
veprbl:pr/makefile_fix
Open

change Makefiles to adhere to some common conventions#114
veprbl wants to merge 2 commits into
weizhongli:masterfrom
veprbl:pr/makefile_fix

Conversation

@veprbl

@veprbl veprbl commented May 14, 2021

Copy link
Copy Markdown

Closes: #33

veprbl added 2 commits May 14, 2021 17:10
"CC" stands for "C Compiler", the "C++ Compiler" is "CXX"
The `CXX = g++` can be overriden with `make CXX=clang++`, but many
build environments expect Makelfiles to also accept setting from the
environment variables, which requires using the `?=` operator.
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.

1 participant