summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
Diffstat (limited to 'progs')
-rw-r--r--progs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/Makefile b/progs/Makefile
index 6870630eb5..7f4ee09961 100644
--- a/progs/Makefile
+++ b/progs/Makefile
@@ -16,7 +16,7 @@ default: $(TOP)/configs/current
clean:
- @for dir in $(SUBDIRS) ; do \
+ @for dir in $(SUBDIRS) tests ; do \
if [ -d $$dir ] ; then \
(cd $$dir ; make clean) ; \
fi \