about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-07 21:30:25 -0500
committerJune McEnroe <june@causal.agency>2020-02-07 21:39:56 -0500
commitfe5fd897052abd1909d1536056936a0417666459 (patch)
treee253d8786b633a0002b156b1da1d9d6eae320f6e /Makefile
parentUse define_key for meta keys (diff)
downloadcatgirl-fe5fd897052abd1909d1536056936a0417666459.tar.gz
catgirl-fe5fd897052abd1909d1536056936a0417666459.zip
Populate completion with commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5380d20..48aba7b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ LDLIBS = -lcrypto -ltls -lncursesw
 
 OBJS += chat.o
 OBJS += command.o
+OBJS += complete.o
 OBJS += config.o
 OBJS += edit.o
 OBJS += handle.o