Mercurial > hg > Game > Cerium
comparison example/many_task/Makefile @ 256:2c775d229cc6 draft
fix examples
author | tkaito@localhost.localdomain |
---|---|
date | Wed, 03 Jun 2009 16:14:06 +0900 |
parents | 028ffc9c0375 |
children | 4f907657132a |
comparison
equal
deleted
inserted
replaced
255:45e849a81763 | 256:2c775d229cc6 |
---|---|
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 PS3 (Cell)" |
13 @$(MAKE) -f Makefile.ps3 | 13 @$(MAKE) -f Makefile.cell |
14 | 14 |
15 FORCE: | 15 FORCE: |
16 | 16 |
17 clean: | 17 clean: |
18 @$(MAKE) -f Makefile.macosx clean | 18 @$(MAKE) -f Makefile.macosx clean |
19 @$(MAKE) -f Makefile.linux clean | 19 @$(MAKE) -f Makefile.linux clean |
20 @$(MAKE) -f Makefile.ps3 clean | 20 @$(MAKE) -f Makefile.cell clean |