diff options
author | June McEnroe <june@causal.agency> | 2018-11-21 23:41:15 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-21 23:41:15 -0500 |
commit | f8da655d5b8154940540a1de62122b7639cf235e (patch) | |
tree | 969ab688a51ab6ca2a68a64636e8b21f38147a8d /bin/edi/Makefile | |
parent | Fix freeing empty buffer block (diff) | |
download | src-f8da655d5b8154940540a1de62122b7639cf235e.tar.gz src-f8da655d5b8154940540a1de62122b7639cf235e.zip |
Add Iter for edi
Diffstat (limited to '')
-rw-r--r-- | bin/edi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/edi/Makefile b/bin/edi/Makefile index 8ad154c6..2c98d9f2 100644 --- a/bin/edi/Makefile +++ b/bin/edi/Makefile @@ -4,10 +4,12 @@ LDLIBS = -lcursesw OBJS += buffer.o OBJS += edi.o OBJS += file.o +OBJS += iter.o OBJS += log.o OBJS += table.o TESTS += buffer.t +TESTS += iter.t TESTS += table.t all: tags edi test |