diff Renderer/Test/Makefile.macosx @ 585:987380738a50

chain_old
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 26 Oct 2009 09:03:14 +0900
parents 530d189ebf1a
children 1733f3cbfa28
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx	Sun Oct 25 20:24:53 2009 +0900
+++ b/Renderer/Test/Makefile.macosx	Mon Oct 26 09:03:14 2009 +0900
@@ -10,7 +10,7 @@
 .cc.o:
 	$(CC) $(CFLAGS)  -c $< -o $@
 
-ALL =  ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum send_linda dynamic writer
+ALL =  ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum send_linda dynamic writer chain_old
 all: $(ALL)
 
 BALL_BOUND_OBJ = ball_bound.o
@@ -65,6 +65,10 @@
 writer : $(WRITER_OBJ) 
 	$(CC) -o $@ $?    $(LIBS)
 
+CHAIN_OBJ = chain_old.o
+chain_old : $(CHAIN_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
+
 run: $(TARGET)
 	sudo ./$(TARGET) -width 576 -height 384 -bpp 32