Add build script for BSD.

This commit is contained in:
David Reid
2018-03-18 21:44:36 +10:00
parent dbb90b80aa
commit 79cc689da7
+2
View File
@@ -0,0 +1,2 @@
cc mal_test_0.c -o ./bin/mal_test_0 -Wall -lpthread
c++ mal_test_0.cpp -o ./bin/mal_test_0_cpp -Wall -lpthread