aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-01-01 19:35:15 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-01-01 23:19:58 +0100
commitacd54f11b21ebcc3eadfbf7d4be14639fac82ca8 (patch)
treee1f972e312108d4f08b7f723862b6c49d4b29d47 /Makefile
parent819ca3927f6f156d12eeddae4ed84d04d28b7e1b (diff)
downloadvis-acd54f11b21ebcc3eadfbf7d4be14639fac82ca8.tar.gz
vis-acd54f11b21ebcc3eadfbf7d4be14639fac82ca8.tar.xz
Add rudimentary support for jump list (CTRL+{O,I})
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3599eb2..7d65a57 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
include config.mk
-SRC = editor.c window.c text.c text-motions.c text-objects.c register.c buffer.c
+SRC = editor.c window.c text.c text-motions.c text-objects.c register.c buffer.c ring-buffer.c
HDR := ${SRC:.c=.h} macro.h syntax.h util.h config.def.h
SRC += vis.c
OBJ = ${SRC:.c=.o}