diff example/HelloWorld/Makefile @ 253:0c9c9906d777 draft

usr_help_str is nessesary for example
author tkaito@localhost.localdomain
date Wed, 03 Jun 2009 14:32:41 +0900
parents 028ffc9c0375
children 4f907657132a
line wrap: on
line diff
--- a/example/HelloWorld/Makefile	Sun May 31 20:08:42 2009 +0900
+++ b/example/HelloWorld/Makefile	Wed Jun 03 14:32:41 2009 +0900
@@ -8,13 +8,13 @@
 	@echo "Make for Linux"
 	@$(MAKE) -f Makefile.linux
 
-ps3: FORCE
+cell: FORCE
 	@echo "Make for PS3 (Cell)"
-	@$(MAKE) -f Makefile.ps3
+	@$(MAKE) -f Makefile.cell
 
 FORCE:
 
 clean:
 	@$(MAKE) -f Makefile.macosx clean
 	@$(MAKE) -f Makefile.linux clean
-	@$(MAKE) -f Makefile.ps3 clean
\ No newline at end of file
+	@$(MAKE) -f Makefile.cell clean
\ No newline at end of file