Mercurial > hg > Members > kono > nitros9-code
changeset 44:0f2f6f3a0113
Added booters to Makefile
author | boisy |
---|---|
date | Sat, 20 Apr 2002 13:36:03 +0000 |
parents | 49a4cc0cce9e |
children | 2ce754e62499 |
files | 3rdparty/makefile |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/makefile Fri Apr 19 00:58:51 2002 +0000 +++ b/3rdparty/makefile Sat Apr 20 13:36:03 2002 +0000 @@ -7,6 +7,7 @@ @$(ECHO) "* 3rd Party Software *" @$(ECHO) "* *" @$(ECHO) "*********************************************" + cd booters; make cd drivers; make cd fmgrs; make cd p2mods; make @@ -16,6 +17,7 @@ # Clean all components clean: + -cd booters; make clean -cd drivers; make clean -cd fmgrs; make clean -cd p2mods; make clean