mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-13 14:01:01 -05:00
7 lines
69 B
Bash
7 lines
69 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
./autogen.sh
|
|
./configure
|
|
make distclean
|