diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index bdb5986..8e63376 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ OBJS += export.o OBJS += html.o OBJS += imap.o OBJS += mbox.o +OBJS += parse.o OBJS += template.o dev: tags all |