From ded2b6afb602719a52c3b4934cec5327dc8d3d1a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 1 Sep 2020 20:35:17 -0400 Subject: Factor buffer out of ui In preparation for doing line wrapping outside of ncurses. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 08e90ab..2c3061d 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ LDLIBS = -lncursesw -ltls -include config.mk +OBJS += buffer.o OBJS += chat.o OBJS += command.o OBJS += complete.o -- cgit 1.4.1