mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 20:41:01 -05:00
10 lines
90 B
Bash
10 lines
90 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
./autogen.sh
|
|
|
|
./configure
|
|
make
|
|
make distcheck
|
|
make distclean
|