9f6364af45
git-svn-id: https://svn.musicpd.org/mpd/trunk@4401 09075e82-0dd4-0310-85a5-a0d7c8717e4f
9 lines
82 B
Bash
9 lines
82 B
Bash
#!/bin/sh
|
|
if test -e Makefile
|
|
then
|
|
make distclean
|
|
fi
|
|
./autogen.sh
|
|
make
|
|
make dist
|