mirror of
https://github.com/lloeki/coreaudio_example.git
synced 2025-12-06 03:04:38 +01:00
make it build
This commit is contained in:
parent
f109052d8b
commit
55975b0e5f
4 changed files with 17 additions and 8 deletions
11
Makefile
11
Makefile
|
|
@ -1,2 +1,9 @@
|
|||
all:
|
||||
clang++ -std=c++11 -stdlib=libc++ coreaudio_example.cc
|
||||
all: example
|
||||
|
||||
example:
|
||||
clang++ -std=c++11 -stdlib=libc++ -Wl,-framework,CoreAudio -Wl,-framework,AudioUnit coreaudio_example.cc coreaudio_example_main.cc -o example
|
||||
|
||||
clean:
|
||||
rm -rf example
|
||||
|
||||
PHONY: clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue