Top-level makefile didn't clean test
This commit is contained in:
parent
10aa135d82
commit
ea6b3dded9
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -60,5 +60,6 @@ all install clean::
|
||||||
cd man && $(MAKE) $@ # First manpages, then commands
|
cd man && $(MAKE) $@ # First manpages, then commands
|
||||||
test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
|
test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
|
||||||
cd tools && $(MAKE) $@
|
cd tools && $(MAKE) $@
|
||||||
|
cd test && $(MAKE) $@
|
||||||
cd servers && $(MAKE) $@
|
cd servers && $(MAKE) $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue