Skip to content

Commit 907c96b

Browse files
mdedonno1337jtsiomb
authored andcommitted
Add missing math library as LDFLAG
1 parent 51c220a commit 907c96b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/simple/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CC = gcc
22
CFLAGS = -pedantic -Wall -g -I../.. -I../../src -I/usr/local/include
3-
LDFLAGS = -L../.. -L/usr/local/lib -lspnav -lX11
3+
LDFLAGS = -L../.. -L/usr/local/lib -lspnav -lX11 -lm
44

55
.PHONY: all
66
all: simple_x11 simple_af_unix

0 commit comments

Comments
 (0)