In https://github.com/kbranigan/Simple-OpenGL-Image-Library/blob/4fff135429c4c7996791c019e6cc20a1e9fde568/Makefile#L16 and in Makefile: https://github.com/kbranigan/Simple-OpenGL-Image-Library/blob/4fff135429c4c7996791c019e6cc20a1e9fde568/Makefile#L42 CXX is for g++ should be CC and CFLAGS and better to use `?=` This can conflict when doing make CXX=g++
In
Simple-OpenGL-Image-Library/Makefile
Line 16 in 4fff135
and in Makefile:
Simple-OpenGL-Image-Library/Makefile
Line 42 in 4fff135
CXX is for g++ should be CC and CFLAGS and better to use
?=This can conflict when doing make CXX=g++