Mercurial > hg > Members > koba > t_dandy
annotate Makefile @ 19:00c3272a801f
fix.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 26 Dec 2010 18:57:08 +0900 |
parents | c330ded6d728 |
children | fce767bb5e25 07bc996c8e49 |
rev | line source |
---|---|
16 | 1 default: macosx |
0 | 2 |
9 | 3 macosx: |
4 @$(MAKE) -f Makefile.mac | |
1 | 5 |
16 | 6 demo: |
7 @$(MAKE) -f Makefile.mac demo | |
8 | |
9 dandy: | |
10 @$(MAKE) -f Makefile.mac dandy | |
11 | |
17 | 12 t_dandy: |
13 @$(MAKE) -f Makefile.mac t_dandy | |
14 | |
16 | 15 cell: |
19 | 16 @$(MAKE) -f Makefile.ps3 t_dandy |
0 | 17 |
18 clean: | |
14 | 19 @$(MAKE) -f Makefile.mac clean |
18 | 20 @$(MAKE) -f Makefile.ps3 clean |