From 9f0346df6d5f061cc984c2255fcdc798b9d79273 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 30 May 2021 10:27:00 -0400 Subject: [PATCH] Add math library. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bff4041..70fa498 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ DSO = cc DSOFLAGS = DSONAME = LDFLAGS = -LIBS = -lz +LIBS = -lm -lz RANLIB = ranlib VERSION = 0.1 prefix = /usr/local