mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
a1e9265cad
(automatically generated log message)
7 lines
118 B
Bash
7 lines
118 B
Bash
#!/bin/bash
|
|
|
|
(cd src ; make ) && \
|
|
(cd examples ; make sndfile-convert sndfile-info ) && \
|
|
(cd mntest ; make check )
|
|
|