Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/utils/makefile @ 0:6641a883d6b0
Initial revision
author | boisy |
---|---|
date | Thu, 04 Apr 2002 16:34:12 +0000 |
parents | |
children | a33db62fe1e5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/3rdparty/utils/makefile Thu Apr 04 16:34:12 2002 +0000 @@ -0,0 +1,13 @@ +include ../../Makefile.rules + +# Make all components +all: + cd boisy; make + cd dasm; make + cd smartwatch; make + +# Clean all components +clean: + -cd boisy; make clean + -cd dasm; make clean + -cd smartwatch; make clean