Update git.git to version 1.7.6.6
[girocco.git] / Makefile
blobcdaedbb54b15eff6e33478c3fa4f9bd8875507df
1 # The target 'all' will do some theoretical pre-processing. The target
2 # 'install' will put all the bits in their place according to Girocco::Config
3 # (see INSTALL for details). Set GIROCCO_CONFIG to a different value in order
4 # to install according to custom config.
6 all::
7 make -C git.git --quiet gitweb
8 make -C src --quiet
10 install::
11 @./install.sh
13 clean::