Fix indentation in Makefile.

This commit is contained in:
Michael Adam 2014-12-23 01:12:09 +01:00
parent d4d45b83be
commit 08d43ba233
1 changed files with 3 additions and 3 deletions

View File

@ -55,6 +55,6 @@ clean: ALL_BOXES = ${DEBIAN_BOXES} ${UBUNTU_BOXES} ${CENTOS_BOXES} acceptance
clean:
@for r in $(ALL_BOXES); do \
sudo -E ./clean.sh $${r}\
vagrant-base-$${r}-$(ARCH) \
output/${TODAY}/vagrant-lxc-$${r}-$(ARCH).box; \
done
vagrant-base-$${r}-$(ARCH) \
output/${TODAY}/vagrant-lxc-$${r}-$(ARCH).box; \
done