mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-15 16:55:13 +00:00
11 lines
90 B
Bash
11 lines
90 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
./autogen.sh
|
|
|
|
./configure
|
|
make
|
|
make distcheck
|
|
make distclean
|