From 51aa7a93ad6a16fa3f77e0f6a975d36fd4a00401 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 3 Apr 2004 15:18:13 +0000 Subject: [PATCH] for make clean, include tests directory --- progs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/Makefile b/progs/Makefile index 6870630eb51..7f4ee099619 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 \ -- 2.11.0