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