summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
Diffstat (limited to 'ct-ng.in')
-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