diff --git a/Makefile b/Makefile index 0efd85852..8fd924774 100755 --- a/Makefile +++ b/Makefile @@ -48,5 +48,6 @@ all install clean:: cd boot && $(MAKE) $@ test ! -f commands/Makefile || { cd commands && $(MAKE) $@; } cd tools && $(MAKE) $@ - #cd man && $(MAKE) $@ + cd servers && $(MAKE) $@ + cd man && $(MAKE) $@