Dqn/makefile

4 lines
118 B
Makefile
Raw Normal View History

2017-06-21 04:10:53 +00:00
all: dqn_unit_test.cpp
mkdir -p bin
2017-07-02 04:47:38 +00:00
g++ -o bin/dqn_unit_test dqn_unit_test.cpp -lm -Wall -Werror -pthread -ggdb -O3