From e823ef671365ebabf9bfa5ef564512a03e6d4f1d Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Tue, 25 Mar 2014 14:56:11 +0100 Subject: [PATCH] link math library --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1e64cc..f3838b4 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ docdir := ${prefix}/share/doc all: numad -numad: numad.o -lpthread -lrt +numad: numad.o -lpthread -lrt -lm AR ?= ar RANLIB ?= ranlib