diff TaskManager/Makefile @ 794:088f64aad843

add Make for MacOSX (64bit mode) %make fifo64
author tkaito
date Tue, 04 May 2010 18:22:07 +0900
parents 5088d70e66c5
children
line wrap: on
line diff
--- a/TaskManager/Makefile	Mon May 03 05:09:58 2010 +0900
+++ b/TaskManager/Makefile	Tue May 04 18:22:07 2010 +0900
@@ -9,6 +9,9 @@
 fifo: FORCE
 	@$(MAKE) -f Makefile.fifo
 
+fifo64: FORCE
+	@$(MAKE) -f Makefile.fifo ABIBIT=64
+
 depend: FORCE
 	@$(MAKE) -f Makefile.fifo depend