# HG changeset patch # User kazz@kazz187.st.ie.u-ryukyu.ac.jp # Date 1256169623 -32400 # Node ID 04dc46d3f083086486e997b103e30f1c11f422a6 # Parent e40b32f0f71ecbf0f0d3d3ca7ee8af3ba1ad01c4 Makefile.macosx fixed diff -r e40b32f0f71e -r 04dc46d3f083 TaskManager/Test/test_render/Makefile.macosx --- 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)