aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-10 12:16:26 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-10 12:16:26 +0200
commite46158f31369b8b16ed9ea3885b9def08afc4a55 (patch)
treec4d3583b7d503212cbe06d4f9b54f1fad0fedea4 /Makefile
parent18aa993466ab857b2a56612dabd243992e987998 (diff)
downloadvis-e46158f31369b8b16ed9ea3885b9def08afc4a55.tar.gz
vis-e46158f31369b8b16ed9ea3885b9def08afc4a55.tar.xz
Simplify cursor color management
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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