mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 09:55:42 -04: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
|