crc32
crc32 copied to clipboard
Use standard variables in the Makefile
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.