1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-22 21:23:16 +00:00

add -lm flag

This commit is contained in:
bakpakin 2018-01-12 17:33:56 -05:00
parent 59bed71a2c
commit 6679fb299f
2 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ PREFIX?=/usr/local
BINDIR=$(PREFIX)/bin
VERSION=\"0.0.0-beta\"
CFLAGS=-std=c99 -Wall -Wextra -I./include -I./libs -g -DDST_VERSION=$(VERSION)
CFLAGS=-std=c99 -Wall -Wextra -I./include -I./libs -lm -g -DDST_VERSION=$(VERSION)
PREFIX=/usr/local
DST_TARGET=dst
DST_XXD=xxd

0
core/describe.c Normal file
View File