about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-07-22 19:17:09 -0400
committerJune McEnroe <june@causal.agency>2018-07-22 19:17:09 -0400
commit6369fae3d92de8b77ede1007da0881f14684e293 (patch)
tree31459dad60125681b50f4a733df508221aed4f1e
parentAdd map to client (diff)
downloadtorus-6369fae3d92de8b77ede1007da0881f14684e293.tar.gz
torus-6369fae3d92de8b77ede1007da0881f14684e293.zip
Link with -lm
Darwin's lack of separation strikes again.
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49377bc..dc6bb79 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 USER = torus
 BINS = server client help meta merge
 CFLAGS += -Wall -Wextra -Wpedantic
-LDLIBS = -lncurses
+LDLIBS = -lm -lncurses
 
 all: tags $(BINS)
 
p;follow=1'>Update macOS neovim to 0.3.8June McEnroe 2019-07-27Rewrite port makefiles consistentlyJune McEnroe 2019-07-27Rewrite Makefile once more with more organizationJune McEnroe 2019-07-27Reference png.h in bin.7June McEnroe 2019-07-27Revert "Use scheme to style HTMLs"June McEnroe 2019-07-27Remove scheme text linkJune McEnroe 2019-07-26Update Dark.terminalJune McEnroe 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe