From: Ben Gras Date: Tue, 26 Jul 2005 13:34:45 +0000 (+0000) Subject: Top-level makefile didn't clean test X-Git-Tag: v3.1.0~532 X-Git-Url: http://zhaoyanbai.com/repos/pkcs11-tokens.html?a=commitdiff_plain;h=ea6b3dded9da2189650383068874a473ae9c008e;p=minix.git Top-level makefile didn't clean test --- 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) $@