aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f08871a..350d20c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ REGEX_SRC ?= text-regex.c
SRC = array.c buffer.c libutf.c main.c map.c ring-buffer.c \
sam.c text.c text-motions.c text-objects.c text-util.c \
ui-terminal.c view.c vis.c vis-lua.c vis-modes.c vis-motions.c \
- vis-operators.c vis-registers.c vis-prompt.c vis-text-objects.c $(REGEX_SRC)
+ vis-operators.c vis-registers.c vis-marks.c vis-prompt.c vis-text-objects.c $(REGEX_SRC)
ELF = vis vis-menu vis-digraph
EXECUTABLES = $(ELF) vis-clipboard vis-complete vis-open