CXX=g++
CPPFLAGS=-fopenmp 

g: gTraits.cpp ./lib/*.hpp
	${CXX} ${CPPFLAGS} gTraits.cpp -o gTraits
