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