From c72fe77e5d3cf4ecb3b691a5fa582d0e96b5ec1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 31 Aug 2014 11:07:42 +0200 Subject: First part of a vi like frontend Still very incomplete --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd0ca71..b39cd7e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include config.mk -SRC += vis.c colors.c editor.c text.c text-motions.c text-objects.c -ALL = ${SRC} util.h editor.h text.h text-motions.h text-objects.h \ +SRC += vis.c colors.c editor.c text.c text-motions.c text-objects.c register.c +ALL = ${SRC} util.h editor.h text.h text-motions.h text-objects.h register.h \ config.def.h config.mk Makefile LICENSE README vis.1 OBJ = ${SRC:.c=.o} -- cgit v1.2.3