diff options
author | June McEnroe <june@causal.agency> | 2018-05-11 16:19:46 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-05-11 16:19:46 -0400 |
commit | 398cca0404d3ba80f6299d2b9ddfe50e5940487f (patch) | |
tree | 0e65047b62d064dd36f4192aefa7e47d48ef0d74 /bin/Makefile | |
parent | Add Utopioid (diff) | |
download | src-398cca0404d3ba80f6299d2b9ddfe50e5940487f.tar.gz src-398cca0404d3ba80f6299d2b9ddfe50e5940487f.zip |
Link with -lm
Come on, FreeBSD.
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index b6d13697..685ea6f0 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -5,7 +5,7 @@ ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS) GFX ?= none CFLAGS += -Wall -Wextra -Wpedantic -LDLIBS = -ledit -lncurses -lutil -lz +LDLIBS = -ledit -lm -lncurses -lutil -lz LDLIBS_cocoa = -framework Cocoa LDLIBS_x11 = -lX11 |