Added man 'making'
This commit is contained in:
parent
83a31f2cda
commit
544b225a44
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -48,5 +48,6 @@ all install clean::
|
||||||
cd boot && $(MAKE) $@
|
cd boot && $(MAKE) $@
|
||||||
test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
|
test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
|
||||||
cd tools && $(MAKE) $@
|
cd tools && $(MAKE) $@
|
||||||
#cd man && $(MAKE) $@
|
cd servers && $(MAKE) $@
|
||||||
|
cd man && $(MAKE) $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue