mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-31 07:11:16 -04:00
6 lines
48 B
Text
6 lines
48 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
automake --add-missing
|
||
|
|
autoconf
|
||
|
|
make
|