aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-09-28 15:42:14 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-10-10 10:48:10 +0200
commit574567b125d1a81bb191cfecdecc76c70f216231 (patch)
treeb6ffbff29ade3306506ef917c2875b2d377f20fd /Makefile
parenta889c06ffe1bae1659a976d812c76433e6b69e51 (diff)
downloadvis-574567b125d1a81bb191cfecdecc76c70f216231.tar.gz
vis-574567b125d1a81bb191cfecdecc76c70f216231.tar.xz
text: move I/O related code to separate file
This groups all I/O related code together to make it reusable in different core text data structure implementations.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4ef67fc..c43ed12 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ SRC = array.c \
map.c \
sam.c \
text.c \
+ text-io.c \
text-motions.c \
text-objects.c \
text-util.c \