Skip to content

Use standard variables in the Makefile - #13

Open
madscientist wants to merge 1 commit into
stbrumme:masterfrom
madscientist:pds/makefile
Open

Use standard variables in the Makefile#13
madscientist wants to merge 1 commit into
stbrumme:masterfrom
madscientist:pds/makefile

Conversation

@madscientist

Copy link
Copy Markdown

The standard make variable for C++ compiler flags is CXXFLAGS, and
the standard make variable for extra link libraries is LDFLAGS.
Use these to make integration with larger build systems simpler.

The standard make variable for C++ compiler flags is CXXFLAGS, and
the standard make variable for extra link libraries is LDFLAGS.
Use these to make integration with larger build systems simpler.
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