mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 02:15:47 -04:00
Initial community commit
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
./autogen.sh
|
||||
|
||||
./configure
|
||||
make
|
||||
make distcheck
|
||||
make distclean
|
Reference in New Issue
Block a user