about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-03-31 22:05:47 -0400
committerJune McEnroe <programble@gmail.com>2018-03-31 22:05:47 -0400
commit5273386983f8579f8fe8ba2d54daaacb4cb0d0a4 (patch)
treea5e4778a53111e14084c7a607f9af30e6b7264c2 /Makefile
parentMiscellaneous code cleanup (diff)
downloadtorus-5273386983f8579f8fe8ba2d54daaacb4cb0d0a4.tar.gz
torus-5273386983f8579f8fe8ba2d54daaacb4cb0d0a4.zip
Link against ncurses
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60f4cfe..6d39351 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 USER = torus
 BINS = server client help meta merge
 CFLAGS += -Wall -Wextra -Wpedantic
-LDLIBS = -lcurses
+LDLIBS = -lncurses
 
 all: tags $(BINS)
 
>June McEnroe 2019-09-10Use curl error bufferJune McEnroe 2019-09-10Set Accept-Encoding in titleJune McEnroe 2019-09-08Set title User-AgentJune McEnroe 2019-09-07Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe