summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2015-10-29 23:57:07 (GMT)
committerAlexey Neyman <stilor@att.net>2015-10-30 23:24:52 (GMT)
commit1ad356c1789523ea7124108db8fd4b834e50558d (patch)
treef999cd8bc8fa58ca0628f809baa08f69104c502d
parentce588c01d854ec5f3a8c2d180edc40b592ac2a2d (diff)
Clean up new .build-all directory.
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r--ct-ng.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 8a407ba..a056894 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -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