Update project files.

This commit is contained in:
David Reid
2019-02-24 20:12:28 +10:00
parent 125383e9ea
commit 5b5d51cf68
4 changed files with 17 additions and 18 deletions
+3 -1
View File
@@ -6,4 +6,6 @@ cc mal_profiling.c -o ./bin/mal_profiling -Wall -ldl -lpthread -lm
c++ mal_profiling.c -o ./bin/mal_profiling_cpp -Wall -ldl -lpthread -lm
cc mal_dithering.c -o ./bin/mal_dithering -Wall -ldl -lpthread -lm
c++ mal_dithering.c -o ./bin/mal_dithering_cpp -Wall -ldl -lpthread -lm
c++ mal_dithering.c -o ./bin/mal_dithering_cpp -Wall -ldl -lpthread -lm
cc mal_duplex.c -o ./bin/mal_duplex -Wall -ldl -lpthread -lm