topdir=../
  
all:
	letce2 \
                lxc \
                build \
                bootstrap.cfg

clean:
	letce2 lxc clean

