summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ct-ng.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/ct-ng.in b/ct-ng.in
index ca3c759..bbd7b62 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -171,6 +171,6 @@ PHONY += distclean
distclean:: clean
@$(ECHO) " CLEAN .config"
$(SILENT)rm -f .config .config.* ..config*
- @$(ECHO) " CLEAN targets"
- $(SILENT)chmod -R u+w targets >/dev/null 2>&1 || true
- $(SILENT)rm -rf targets
+ @$(ECHO) " CLEAN build dir"
+ $(SILENT)chmod -R u+w targets .build
+ $(SILENT)rm -rf targets .build