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) $@