Dqn/makefile

4 lines
111 B
Makefile

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