mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
add -lm flag
This commit is contained in:
parent
59bed71a2c
commit
6679fb299f
2
Makefile
2
Makefile
@ -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
0
core/describe.c
Normal file
Loading…
Reference in New Issue
Block a user