summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-11 15:49:39 -0400
committerJune McEnroe <june@causal.agency>2018-08-11 15:49:39 -0400
commit461bfca37855b68ab7dab1a89d154bd483716840 (patch)
tree078902e698d862167481b1ce8013204ceebed153 /Makefile
parentFix isSelf user checking (diff)
downloadcatgirl-461bfca37855b68ab7dab1a89d154bd483716840.tar.gz
catgirl-461bfca37855b68ab7dab1a89d154bd483716840.zip
Add term.c for extra terminal features
Look at the cute little state machine!
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf7b011..f9c903e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CFLAGS += -Wall -Wextra -Wpedantic
 CFLAGS += -I/usr/local/include -I/usr/local/opt/libressl/include
 LDFLAGS += -L/usr/local/lib -L/usr/local/opt/libressl/lib
 LDLIBS = -lcursesw -ltls
-OBJS = chat.o edit.o handle.o input.o irc.o pls.o tab.o tag.o ui.o url.o
+OBJS = chat.o edit.o handle.o input.o irc.o pls.o tab.o tag.o term.o ui.o url.o
 
 all: tags chat
 
id=b037118b31ece700232ae31fafde32a8787fef11&follow=1'>Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe