From 79cc689da7a9a34d69118d65799b677f16ae8009 Mon Sep 17 00:00:00 2001 From: David Reid <=> Date: Sun, 18 Mar 2018 21:44:36 +1000 Subject: [PATCH] Add build script for BSD. --- tests/mal_test_0_build_bsd | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 tests/mal_test_0_build_bsd diff --git a/tests/mal_test_0_build_bsd b/tests/mal_test_0_build_bsd new file mode 100755 index 00000000..9c657857 --- /dev/null +++ b/tests/mal_test_0_build_bsd @@ -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