-
This commit is contained in:
11
libao/c/Makefile
Normal file
11
libao/c/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
all:
|
||||
mkdir -p build
|
||||
cmake -S ao-play-async -B build
|
||||
(cd build; make)
|
||||
|
||||
install:
|
||||
(cd build; cp *.so /usr/local/lib)
|
||||
|
||||
clean:
|
||||
rm -rf build
|
||||
Reference in New Issue
Block a user