commit | 9190f4f652ec3eb0be151329d432dea628592843 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Fri Oct 05 08:10:28 2012 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Fri Oct 05 08:10:28 2012 -0500 |
tree | e9426eb446cb1221184e22df685775e675092dd5 | |
parent | 9fa58a80a36091405b2cc29c2e1ecf4a29dbaac9 [diff] [blame] |
Link Recovery Done
diff --git a/Makefile b/Makefile index 91b5394..f26d056 100644 --- a/Makefile +++ b/Makefile
@@ -11,7 +11,7 @@ all: $(PROGRAMS) nlsr: $(NLSR_SRCS) - $(CC) $(CFLAGS) $(NLSR_SRCS) -o nlsr $(LIBS) + $(CC) $(CFLAGS) $(NLSR_SRCS) -o nlsr $(LIBS) -lm install: $(PROGRAMS) cp $(PROGRAMS) $(INSTALL_PATH)