From 08d43ba233b840473b25e1984a484015c3e5478c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 23 Dec 2014 01:12:09 +0100 Subject: [PATCH] Fix indentation in Makefile. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 521045c..f8a46d7 100644 --- a/Makefile +++ b/Makefile @@ -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