Mercurial > hg > Members > kono > nitros9-code
changeset 98:5105796110bf
Added clocks to makefile
author | boisy |
---|---|
date | Sat, 06 Jul 2002 04:58:32 +0000 |
parents | e42a6ba46d18 |
children | d20178b7f429 |
files | 3rdparty/makefile |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/makefile Sat Jul 06 03:31:35 2002 +0000 +++ b/3rdparty/makefile Sat Jul 06 04:58:32 2002 +0000 @@ -8,6 +8,7 @@ @$(ECHO) "* *" @$(ECHO) "*********************************************" cd booters; make + cd clocks; make cd drivers; make cd fmgrs; make cd p2mods; make @@ -18,6 +19,7 @@ # Clean all components clean: -cd booters; make clean + -cd clocks; make clean -cd drivers; make clean -cd fmgrs; make clean -cd p2mods; make clean