mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 13:25:43 -04:00
10 lines
75 B
Bash
10 lines
75 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
./test.sh
|
|
|
|
./autogen.sh
|
|
./configure
|
|
make dist
|