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