Skip to content

Commit 938a89f

Browse files
committed
added math module to the link flags to compile it properly
1 parent d674075 commit 938a89f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CC := gcc
22
CFLAGS := -Wall -Wextra -Iinclude -I/usr/include -O2
3-
LDFLAGS := -lreadline
3+
LDFLAGS := -lreadline -lm
44

55
SRC_DIR := src
66
OBJ_DIR := build

0 commit comments

Comments
 (0)