repo/automake/Makefile

10 lines
165 B
Makefile
Raw Normal View History

2021-06-29 03:22:56 +03:00
prepare:
git clone https://git.savannah.gnu.org/git/automake.git
cd automake
automake:
make
install:
make install DESTDIR="${PREFIX}"
2021-06-29 03:22:56 +03:00
uninstall:
make uninstall