6 lines
92 B
Makefile
6 lines
92 B
Makefile
prepare:
|
|
git clone git://git.savannah.gnu.org/libtool.git
|
|
cd libtool
|
|
make:
|
|
./bootstrap
|
|
#
|