summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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