9 lines
150 B
Makefile
9 lines
150 B
Makefile
prepare:
|
|
git clone git://git.kernel.org/pub/scm/git/git.git
|
|
cd git
|
|
git:
|
|
make
|
|
install:
|
|
make install DESTDIR="${PREFIX}"
|
|
uninstall:
|
|
make uninstall
|