From 06be4c5956248021192e549d05aea066b5d2f13b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 5 Feb 2023 14:35:40 -0500 Subject: Fix what went wrong, part 1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e8ef63a..3abba03 100644 --- a/Makefile +++ b/Makefile @@ -13,9 +13,9 @@ LDADD.ncursesw = -lncursesw LDLIBS = ${LDADD.libtls} ${LDADD.ncursesw} OBJS += buffer.o -OBJS += cache.o OBJS += chat.o OBJS += command.o +OBJS += complete.o OBJS += config.o OBJS += edit.o OBJS += filter.o -- cgit 1.4.1