]> Zhao Yanbai Git Server - minix.git/commitdiff
Top-level makefile didn't clean test
authorBen Gras <ben@minix3.org>
Tue, 26 Jul 2005 13:34:45 +0000 (13:34 +0000)
committerBen Gras <ben@minix3.org>
Tue, 26 Jul 2005 13:34:45 +0000 (13:34 +0000)
Makefile

index 38e23be312d6699ea7396796654492dd42dd9c57..31c42738f497ef6fe5931bdfde84d3eed3df052b 100755 (executable)
--- 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) $@