boxes: Fix make clean

This commit is contained in:
Fabio Rehm 2014-03-09 23:27:58 -03:00
parent b82e86cb8e
commit 0ae0288af9

View file

@ -30,5 +30,5 @@ clean:
@for r in $(ALL_BOXES); do \
sudo -E ./clean.sh $${r}\
vagrant-lxc-base-$${r}-amd64 \
output/${TODAY}/vagrant-lxc-$${r}-amd64-${TODAY}.box; \
output/${TODAY}/vagrant-lxc-$${r}-amd64.box; \
done