Mercurial > hg > Game > Cerium
changeset 527:ccbca48b6dfe draft
Makefile.macosx fixed
author | kazz@kazz187.st.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 22 Oct 2009 09:00:23 +0900 |
parents | 413667c70a1d |
children | 7243d7e09d5b |
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)