#!/usr/bin/make -f # Collect all package groups and custom most-install here. # Addition to kvm-debootstrap.sh and debootstrap.sh APT_GET=apt-get --assume-yes all: @echo "specify target" emacs: $(APT_GET) install emacs haskell: emacs $(APT_GET) install ghc cabal-install