diff Makefile @ 0:bb4b306c1248

first commit
author tkaito
date Mon, 31 May 2010 18:22:53 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Mon May 31 18:22:53 2010 +0900
@@ -0,0 +1,13 @@
+all:  
+	make -f Makefile.macosx $*
+fifo64:  
+	make -f Makefile.macosx ABIBIT=64 $*
+linux:  
+	make -f Makefile.linux $*
+cell:
+	make -f Makefile.cell $*
+
+
+clean:
+	make -f Makefile.macosx clean
+	make -f Makefile.cell clean