Update for unix compliance again

This commit is contained in:
2018-06-29 18:07:54 +10:00
parent 6df3b32f4e
commit a0246bf996
4 changed files with 38 additions and 50 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
all: dqn_unit_test.cpp
all: DqnUnitTest.cpp
mkdir -p bin
g++ -std=c++14 -o bin/dqn_unit_test dqn_unit_test.cpp -lm -Wall -pthread -ggdb
g++ -std=c++14 -o bin/DqnUnitTest DqnUnitTest.cpp -lm -Wall -pthread -ggdb