summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-09 22:25:00 -0400
committerJune McEnroe <june@causal.agency>2020-04-09 22:25:00 -0400
commit78d880bcfe4799f069bba4ad79c6332c25d6db04 (patch)
tree8531af4ec57f9ce471718d5a298f26d9bfa3b332 /Makefile
parentRender Atom envelopes (diff)
downloadbubger-78d880bcfe4799f069bba4ad79c6332c25d6db04.tar.gz
bubger-78d880bcfe4799f069bba4ad79c6332c25d6db04.zip
Move export code to export.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 106ceda..000620e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ LDLIBS = -ltls
 
 OBJS += archive.o
 OBJS += atom.o
+OBJS += export.o
 OBJS += html.o
 OBJS += imap.o
 OBJS += mbox.o
ed those logs. 2020-03-31Fix writing verbose to stderrJune McEnroe 2020-03-02Include <>/-/* around nicks in scoop coloring 1.1June McEnroe 2020-03-02Replace .mk files with configure scriptJune McEnroe 2020-02-28Implement the causal.agency/consumer capabilityJune McEnroe 2020-02-22Include <>/-/* around nicks in coloringJune McEnroe 2020-02-22Use (almost) the full range of IRC colors for nicksJune McEnroe