about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-09 15:53:31 -0400
committerJune McEnroe <june@causal.agency>2020-04-09 15:53:31 -0400
commitcd60193ce40431cd05da4da66fb4156034b8f330 (patch)
treea433e65f0b01ceb3711fbf29fc277ff389a2f849 /Makefile
parentSend FETCH for uncached UIDs (diff)
downloadbubger-cd60193ce40431cd05da4da66fb4156034b8f330.tar.gz
bubger-cd60193ce40431cd05da4da66fb4156034b8f330.zip
Parse envelopes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 81a107a..6a72dd9 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ all: bubger
 bubger: ${OBJS}
 	${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@
 
-${OBJS}: imap.h
+${OBJS}: archive.h imap.h
 
 tags: *.c *.h
 	ctags -w *.c *.h