Clean up new .build-all directory.

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2015-10-29 16:57:07 -07:00
parent ce588c01d8
commit 1ad356c178

View File

@ -166,7 +166,7 @@ clean::
@$(ECHO) " CLEAN build dir"
$(SILENT)[ ! -d targets ] || chmod -R u+w targets
$(SILENT)[ ! -d .build ] || chmod -R u+w .build
$(SILENT)rm -rf targets .build
$(SILENT)rm -rf targets .build .build-all
PHONY += distclean
distclean:: clean