Dqn/makefile

4 lines
117 B
Makefile
Raw Normal View History

2017-06-21 14:10:53 +10:00
all: dqn_unit_test.cpp
mkdir -p bin
2018-03-09 02:03:05 +11:00
g++ -std=c++14 -o bin/dqn_unit_test dqn_unit_test.cpp -lm -Wall -pthread -ggdb