repo/git/Makefile

10 lines
150 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 DESTDIR="${PREFIX}"
2021-06-29 01:05:14 +03:00
uninstall:
make uninstall