diff Renderer/Test/Makefile.macosx @ 576:cc989924f469

minor fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 23 Oct 2009 17:02:47 +0900
parents 2e1b6c5e4f8f
children 530d189ebf1a
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx	Fri Oct 23 15:53:24 2009 +0900
+++ b/Renderer/Test/Makefile.macosx	Fri Oct 23 17:02:47 2009 +0900
@@ -10,8 +10,8 @@
 .cc.o:
 	$(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@
 
-all: ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum send_linda dynamic
-
+ALL =  ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum send_linda dynamic
+all: $(ALL)
 
 BALL_BOUND_OBJ = ball_bound.o
 ball_bound : $(BALL_BOUND_OBJ) 
@@ -73,7 +73,7 @@
 
 clean:
 	rm -f $(TARGET) $(OBJS) $(TASK_OBJS) *.o
-	rm -f *~ \#*
+	rm -f *~ \#* $(ALL)
 	rm -f $(BALL_BOUND_XML).cc $(BALL_BOUND_XML).h $(BALL_BOUND_OBJ)
 
 -include depend.inc