mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
5 lines
324 B
Plaintext
5 lines
324 B
Plaintext
cc ../simple_playback.c -o ../bin/simple_playback -Wall -ldl -lpthread -lm
|
|
cc ../simple_capture.c -o ../bin/simple_capture -Wall -ldl -lpthread -lm
|
|
cc ../simple_enumeration.c -o ../bin/simple_enumeration -Wall -ldl -lpthread -lm
|
|
cc ../advanced_config.c -o ../bin/advanced_config -Wall -ldl -lpthread -lm
|