From 78e0601e4ee68177ef597e75d08da786b0cabd3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 9 Sep 2014 21:21:30 +0200 Subject: Rename vis.[ch] to editor.[ch] and main.c to vis.c --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c859fde..85725d7 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ include config.mk -SRC = vis.c window.c text.c text-motions.c text-objects.c register.c +SRC = editor.c window.c text.c text-motions.c text-objects.c register.c HDR := ${SRC:.c=.h} util.h config.def.h -SRC += main.c colors.c +SRC += vis.c colors.c OBJ = ${SRC:.c=.o} ALL = ${SRC} ${HDR} config.mk Makefile LICENSE README vis.1 -- cgit v1.2.3