no man yet
This commit is contained in:
parent
ae61a409bf
commit
b67df8ba73
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -30,7 +30,7 @@ commands:
|
||||||
@echo "Are the libraries up to date?"; sleep 2
|
@echo "Are the libraries up to date?"; sleep 2
|
||||||
test ! -f commands/Makefile || { cd commands && $(MAKE); }
|
test ! -f commands/Makefile || { cd commands && $(MAKE); }
|
||||||
|
|
||||||
install:
|
install::
|
||||||
test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
|
test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
|
@ -47,5 +47,5 @@ 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 man && $(MAKE) $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue