Minor change to the Windows build script for test_0.

This commit is contained in:
David Reid
2018-04-25 10:34:41 +10:00
parent edeadf1770
commit d977266bf3
+2 -2
View File
@@ -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
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