From ea6b3dded9da2189650383068874a473ae9c008e Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 26 Jul 2005 13:34:45 +0000 Subject: [PATCH] Top-level makefile didn't clean test --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 38e23be31..31c42738f 100755 --- a/Makefile +++ b/Makefile @@ -60,5 +60,6 @@ all install clean:: cd man && $(MAKE) $@ # First manpages, then commands test ! -f commands/Makefile || { cd commands && $(MAKE) $@; } cd tools && $(MAKE) $@ + cd test && $(MAKE) $@ cd servers && $(MAKE) $@ -- 2.44.0