repo/git/Makefile

10 lines
130 B
Makefile
Raw Normal View History

2021-06-29 01:05:14 +03:00
prepare:
git clone git://git.kernel.org/pub/scm/git/git.git
cd git
git:
make
install:
make install
uninstall:
make uninstall