Update test and build files.

This commit is contained in:
David Reid
2018-04-21 12:25:55 +10:00
parent 211c069b89
commit 7701dc4e30
6 changed files with 144 additions and 27 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
#!/bin/bash
cc mal_test_0.c -o ./bin/mal_test_0 -Wall -ldl -lpthread
c++ mal_test_0.cpp -o ./bin/mal_test_0_cpp -Wall -ldl -lpthread
cc mal_test_0.c -o ./bin/mal_test_0 -Wall -ldl -lpthread -lm
c++ mal_test_0.cpp -o ./bin/mal_test_0_cpp -Wall -ldl -lpthread -lm