Mercurial > hg > Members > kono > Cerium
comparison example/dependency_task/Makefile @ 258:a09588a03ea5
change example/dependency_task
author | aaa |
---|---|
date | Wed, 03 Jun 2009 19:41:39 +0900 |
parents | 465a871f4c07 |
children | 088f64aad843 |
comparison
equal
deleted
inserted
replaced
257:e0e20d7227cc | 258:a09588a03ea5 |
---|---|
6 | 6 |
7 linux: FORCE | 7 linux: FORCE |
8 @echo "Make for Linux" | 8 @echo "Make for Linux" |
9 @$(MAKE) -f Makefile.linux | 9 @$(MAKE) -f Makefile.linux |
10 | 10 |
11 ps3: FORCE | 11 cell: FORCE |
12 @echo "Make for PS3 (Cell)" | 12 @echo "Make for CELL (Cell)" |
13 @$(MAKE) -f Makefile.cell | 13 @$(MAKE) -f Makefile.cell |
14 | 14 |
15 FORCE: | 15 FORCE: |
16 | 16 |
17 clean: | 17 clean: |