mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
10 lines
405 B
Plaintext
Executable File
10 lines
405 B
Plaintext
Executable File
cc mal_test_0.c -o ./bin/mal_test_0 -Wall -lpthread -lm
|
|
c++ mal_test_0.c -o ./bin/mal_test_0_cpp -Wall -lpthread -lm
|
|
|
|
cc mal_profiling.c -o ./bin/mal_profiling -Wall -lpthread -lm
|
|
c++ mal_profiling.c -o ./bin/mal_profiling_cpp -Wall -lpthread -lm
|
|
|
|
cc mal_dithering.c -o ./bin/mal_dithering -Wall -lpthread -lm
|
|
c++ mal_dithering.c -o ./bin/mal_dithering_cpp -Wall -lpthread -lm
|
|
|