crc32 icon indicating copy to clipboard operation
crc32 copied to clipboard

Use standard variables in the Makefile

Open madscientist opened this issue 3 years ago • 0 comments

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.

madscientist avatar Jan 14 '22 06:01 madscientist