From acd54f11b21ebcc3eadfbf7d4be14639fac82ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 1 Jan 2015 19:35:15 +0100 Subject: Add rudimentary support for jump list (CTRL+{O,I}) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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} -- cgit v1.2.3