Files
miniaudio/tests/mal_test_0_build
T
2018-03-18 21:37:07 +10:00

3 lines
139 B
Bash

#!/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