Mercurial > hg > Members > kono > Cerium
diff example/dependency_task/Makefile @ 256:465a871f4c07
fix examples
author | tkaito@localhost.localdomain |
---|---|
date | Wed, 03 Jun 2009 16:14:06 +0900 |
parents | 5c194c71eca8 |
children | a09588a03ea5 |
line wrap: on
line diff
--- a/example/dependency_task/Makefile Wed Jun 03 15:46:07 2009 +0900 +++ b/example/dependency_task/Makefile Wed Jun 03 16:14:06 2009 +0900 @@ -10,11 +10,11 @@ ps3: FORCE @echo "Make for PS3 (Cell)" - @$(MAKE) -f Makefile.ps3 + @$(MAKE) -f Makefile.cell FORCE: clean: @$(MAKE) -f Makefile.macosx clean @$(MAKE) -f Makefile.linux clean - @$(MAKE) -f Makefile.ps3 clean \ No newline at end of file + @$(MAKE) -f Makefile.cell clean \ No newline at end of file