changeset 546:04dc46d3f083

Makefile.macosx fixed
author kazz@kazz187.st.ie.u-ryukyu.ac.jp
date Thu, 22 Oct 2009 09:00:23 +0900
parents e40b32f0f71e
children c878c27678f4
files TaskManager/Test/test_render/Makefile.macosx
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TaskManager/Test/test_render/Makefile.macosx	Thu Oct 22 01:31:09 2009 +0900
+++ b/TaskManager/Test/test_render/Makefile.macosx	Thu Oct 22 09:00:23 2009 +0900
@@ -22,7 +22,7 @@
 .cc.o:
 	$(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@
 
-all: 
+all: $(TARGET)
 
 $(TARGET): $(OBJS) $(TASK_OBJS)
 	$(CC) -o $@ $(OBJS) $(TASK_OBJS) $(LIBS)