mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Rename files from "mal" to "ma".
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
cc ma_test_0.c -o ./bin/ma_test_0 -Wall -lpthread -lm
|
||||
c++ ma_test_0.c -o ./bin/ma_test_0_cpp -Wall -lpthread -lm
|
||||
|
||||
cc ma_profiling.c -o ./bin/ma_profiling -Wall -lpthread -lm
|
||||
c++ ma_profiling.c -o ./bin/ma_profiling_cpp -Wall -lpthread -lm
|
||||
|
||||
cc ma_dithering.c -o ./bin/ma_dithering -Wall -lpthread -lm
|
||||
c++ ma_dithering.c -o ./bin/ma_dithering_cpp -Wall -lpthread -lm
|
||||
Reference in New Issue
Block a user