From dc73a99a0cdc6370e3428c39cab28e97aac745a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 26 Sep 2020 18:44:17 +0200 Subject: text: move generic iterator functionality to separate file --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3