repo/automake/Makefile

9 lines
165 B
Makefile

prepare:
git clone https://git.savannah.gnu.org/git/automake.git
cd automake
automake:
make
install:
make install DESTDIR="${PREFIX}"
uninstall:
make uninstall