diff 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
line wrap: on
line diff
--- a/Makefile	Fri Dec 17 22:18:11 2010 +0900
+++ b/Makefile	Sun Dec 26 18:57:08 2010 +0900
@@ -1,7 +1,6 @@
 default: macosx
 
 macosx: 
-	@echo "Make for Mac OS X"
 	@$(MAKE) -f Makefile.mac
 
 demo:
@@ -13,12 +12,8 @@
 t_dandy:
 	@$(MAKE) -f Makefile.mac t_dandy
 
-fifo64:
-	@$(MAKE) -f Makefile.macosx ABIBIT=64
-
 cell:
-	@echo "Make for PS3 (Cell)"
-	@$(MAKE) -f Makefile.ps3 dandy
+	@$(MAKE) -f Makefile.ps3 t_dandy
 
 clean:
 	@$(MAKE) -f Makefile.mac clean