diff Renderer/Test/Makefile.cell @ 578:a068627a0bc6

ps3 move
author game@localhost.localdomain
date Fri, 23 Oct 2009 18:36:43 +0900
parents f7ec374fc093
children 6c1a627303b2
line wrap: on
line diff
--- a/Renderer/Test/Makefile.cell	Fri Oct 23 17:18:41 2009 +0900
+++ b/Renderer/Test/Makefile.cell	Fri Oct 23 18:36:43 2009 +0900
@@ -67,6 +67,10 @@
 vacuum : $(VACUUM_OBJ) 
 	$(CC) -o $@ $?    $(LIBS)
 
+DYNAMIC_OBJ = dynamic_create.o 
+dynamic : $(DYNAMIC_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
+
 debug: $(TARGET)
 	sudo ppu-gdb ./$(TARGET)