Mercurial > hg > Members > koba > t_dandy
comparison Makefile @ 18:c330ded6d728
add task file.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 17 Dec 2010 22:18:11 +0900 |
parents | 927401604461 |
children | 00c3272a801f |
comparison
equal
deleted
inserted
replaced
17:927401604461 | 18:c330ded6d728 |
---|---|
16 fifo64: | 16 fifo64: |
17 @$(MAKE) -f Makefile.macosx ABIBIT=64 | 17 @$(MAKE) -f Makefile.macosx ABIBIT=64 |
18 | 18 |
19 cell: | 19 cell: |
20 @echo "Make for PS3 (Cell)" | 20 @echo "Make for PS3 (Cell)" |
21 @$(MAKE) -f Makefile.ps3 t_dandy | 21 @$(MAKE) -f Makefile.ps3 dandy |
22 | 22 |
23 clean: | 23 clean: |
24 @$(MAKE) -f Makefile.mac clean | 24 @$(MAKE) -f Makefile.mac clean |
25 @$(MAKE) -f Makefile.ps3 clean | 25 @$(MAKE) -f Makefile.ps3 clean |
26 rm -f depend.inc | |
27 |