about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-07 14:58:32 -0400
committerJune McEnroe <june@causal.agency>2018-08-07 14:58:32 -0400
commit5d2b5cd51e64c3e49a536ef431c97dc1d0b78dfd (patch)
tree90f841d064bc3bd88fe52e1fc3d79861b007df04 /Makefile
parentFix /me formatting side-effects (diff)
downloadcatgirl-5d2b5cd51e64c3e49a536ef431c97dc1d0b78dfd.tar.gz
catgirl-5d2b5cd51e64c3e49a536ef431c97dc1d0b78dfd.zip
Populate tab-complete list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76e130b..38c14bf 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CFLAGS += -Wall -Wextra -Wpedantic
 CFLAGS += -I/usr/local/include
 LDFLAGS += -L/usr/local/lib
 LDLIBS = -lcursesw -ltls
-OBJS = chat.o handle.o input.o irc.o pls.o ui.o
+OBJS = chat.o handle.o input.o irc.o pls.o tab.o ui.o
 
 all: tags chat