fixup.sh: Remove unused chroot variable
[girocco.git] / Makefile
blobb57a84a0bb844f1a8215c66b39e3de63c2081c52
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::
9 install::
10 @./install.sh
13 clean::