9 lines
130 B
Makefile
9 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
|