Mercurial > hg > Game > Cerium
changeset 1266:c67331f3b4da draft
fix
author | Daichi Toma <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 19 Nov 2011 15:03:56 +0900 |
parents | 356cc13725a6 |
children | 6b974390833b |
files | example/Miller_Rabin/Makefile.macosx |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/example/Miller_Rabin/Makefile.macosx Sat Nov 19 14:37:52 2011 +0900 +++ b/example/Miller_Rabin/Makefile.macosx Sat Nov 19 15:03:56 2011 +0900 @@ -21,7 +21,7 @@ all: $(TARGET) $(TARGET): $(OBJS) $(TASK_OBJS) - $(CC) -pg -o $@ $(OBJS) $(TASK_OBJS) $(LIBS) + $(CC) -o $@ $(OBJS) $(TASK_OBJS) $(LIBS) link: $(CC) -o $(TARGET) $(OBJS) $(TASK_OBJS) $(LIBS)