From e46158f31369b8b16ed9ea3885b9def08afc4a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 10 Sep 2014 12:16:26 +0200 Subject: Simplify cursor color management --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 601bb94..92c7a81 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include config.mk SRC = editor.c window.c text.c text-motions.c text-objects.c register.c HDR := ${SRC:.c=.h} syntax.h util.h config.def.h -SRC += vis.c colors.c +SRC += vis.c OBJ = ${SRC:.c=.o} ALL = ${SRC} ${HDR} config.mk Makefile LICENSE README vis.1 -- cgit v1.2.3