diff options
Diffstat (limited to 'bin/edi/Makefile')
-rw-r--r-- | bin/edi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/edi/Makefile b/bin/edi/Makefile index 2c98d9f2..e7f16b39 100644 --- a/bin/edi/Makefile +++ b/bin/edi/Makefile @@ -6,6 +6,7 @@ OBJS += edi.o OBJS += file.o OBJS += iter.o OBJS += log.o +OBJS += store.o OBJS += table.o TESTS += buffer.t |