aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-09-26 18:44:17 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-10-10 10:48:10 +0200
commitdc73a99a0cdc6370e3428c39cab28e97aac745a4 (patch)
tree533f46b722664b6fb1273a42bf14d5c538d0f8a0 /Makefile
parent574567b125d1a81bb191cfecdecc76c70f216231 (diff)
downloadvis-dc73a99a0cdc6370e3428c39cab28e97aac745a4.tar.gz
vis-dc73a99a0cdc6370e3428c39cab28e97aac745a4.tar.xz
text: move generic iterator functionality to separate file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c43ed12..7601892 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ SRC = array.c \
sam.c \
text.c \
text-io.c \
+ text-iterator.c \
text-motions.c \
text-objects.c \
text-util.c \