Fix Makefile

This patch sets fixes the make clean target as it currently attempts
to delete the generated */charts up the parents, where the directory
is guaranteed to be non-empty.

Change-Id: Id1327998cc1cdc73bdf0113d5ec68330d9fc70f0
This commit is contained in:
Tin Lam 2017-12-04 13:54:09 -06:00
parent 611a78fb34
commit e3e9dcabb2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ clean:
rm -f */templates/_globals.tpl
rm -f *tgz */charts/*tgz
rm -f */requirements.lock
-rmdir -p */charts
-rm -rf */charts
pull-all-images:
@./tools/pull-images.sh