From 723876da5741892530cd74112ec1510124e95cf9 Mon Sep 17 00:00:00 2001 From: cflip Date: Wed, 25 Jan 2023 11:28:09 -0700 Subject: Rename `append_buffer` to textbuf This name is a little bit better I think, and it will be nice to have a distinction between this utility and the 'file' kind of buffer. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 46c09b7..5ff6c12 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ LFLAGS=-lSDL2 -lz OUT=glypher OBJS=main.o \ - buffer.o \ editor.o \ error.o \ file.o \ @@ -11,6 +10,7 @@ OBJS=main.o \ input.o \ line.o \ syntax.o \ + textbuf.o \ window.o DESTDIR=/usr/local -- cgit v1.2.3