Top-level makefile didn't clean test

This commit is contained in:
Ben Gras 2005-07-26 13:34:45 +00:00
parent 10aa135d82
commit ea6b3dded9

View file

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