repo/automake/Makefile

10 lines
145 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
uninstall:
make uninstall