repo/autoconf/Makefile

10 lines
158 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)
2021-06-29 03:22:56 +03:00
install:
$(MAKE) install DESTDIR="${PREFIX}"
2021-06-29 03:22:56 +03:00
uninstall:
$(MAKE) uninstall