all: DqnUnitTest.cpp
	mkdir -p bin
	g++ -std=c++14 -o bin/DqnUnitTest DqnUnitTest.cpp -lm -Wall -pthread -ggdb