diff options
author | cflip <cflip@cflip.net> | 2023-01-25 11:28:09 -0700 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2023-01-25 18:32:43 -0700 |
commit | 723876da5741892530cd74112ec1510124e95cf9 (patch) | |
tree | 2017e9e488a073b274c485fbd192ba05724c01c7 /Makefile | |
parent | 69e2be81c732353f5f89389fec3f9bb768b0766a (diff) |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |