aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16d6cd26..49d05ce5 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ install: $(ALL)
clean:
@for n in $(DIRS); do \
- (cd $$n; make clean) \
+ make -C $$n clean; \
done
dis: clean