mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-19 21:35:57 +01: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
|