10 lines
130 B
Makefile
10 lines
130 B
Makefile
|
prepare:
|
||
|
git clone git://git.kernel.org/pub/scm/git/git.git
|
||
|
cd git
|
||
|
git:
|
||
|
make
|
||
|
install:
|
||
|
make install
|
||
|
uninstall:
|
||
|
make uninstall
|