repo/autoconf/Makefile

10 lines
129 B
Makefile
Raw Normal View History

2021-06-29 03:22:56 +03:00
prepare:
git clone git://git.sv.gnu.org/autoconf
cd autoconf
autoconf:
make
install:
make install
uninstall:
make uninstall