We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d674075 commit 938a89fCopy full SHA for 938a89f
1 file changed
Makefile
@@ -1,6 +1,6 @@
1
CC := gcc
2
CFLAGS := -Wall -Wextra -Iinclude -I/usr/include -O2
3
-LDFLAGS := -lreadline
+LDFLAGS := -lreadline -lm
4
5
SRC_DIR := src
6
OBJ_DIR := build
0 commit comments