repo/git/Makefile

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