COPYING: New file with the GPLv2 licence text to clarify the legal situation
[girocco.git] / Makefile
blob01721e64a50c116e1df319bad77d845b89381eea
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/gitweb.cgi
9 install::
10 @./install.sh
12 clean::