From d977266bf331cb007260e8920ce23e6ed3ba5184 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 25 Apr 2018 10:34:41 +1000 Subject: [PATCH] Minor change to the Windows build script for test_0. --- tests/mal_test_0_build.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/mal_test_0_build.bat b/tests/mal_test_0_build.bat index 4fecbc80..99a6a25b 100644 --- a/tests/mal_test_0_build.bat +++ b/tests/mal_test_0_build.bat @@ -1,2 +1,2 @@ -gcc mal_test_0.c -o bin/mal_test_0.exe -Wall -mavx -g++ mal_test_0.cpp -o bin/mal_test_0_cpp.exe -Wall -mavx \ No newline at end of file +gcc mal_test_0.c -o ./bin/mal_test_0.exe -Wall -mavx +g++ mal_test_0.cpp -o ./bin/mal_test_0_cpp.exe -Wall -mavx \ No newline at end of file