mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-04 08:35:59 +00:00
8 lines
69 B
Bash
8 lines
69 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
./autogen.sh
|
|
./configure
|
|
make distclean
|