Add math library.

This commit is contained in:
Michael R Sweet 2021-05-30 10:27:00 -04:00
parent 28b3fa5bab
commit 9f0346df6d
No known key found for this signature in database
GPG Key ID: 999559A027815955

View File

@ -23,7 +23,7 @@ DSO = cc
DSOFLAGS = DSOFLAGS =
DSONAME = DSONAME =
LDFLAGS = LDFLAGS =
LIBS = -lz LIBS = -lm -lz
RANLIB = ranlib RANLIB = ranlib
VERSION = 0.1 VERSION = 0.1
prefix = /usr/local prefix = /usr/local