11 lines
111 B
Makefile
11 lines
111 B
Makefile
|
default: all
|
||
|
|
||
|
all:
|
||
|
aclocal
|
||
|
autoheader
|
||
|
libtoolize --copy
|
||
|
automake --copy --add-missing
|
||
|
automake
|
||
|
autoconf
|
||
|
|