diff options
author | June McEnroe <june@causal.agency> | 2020-04-09 15:53:31 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-09 15:53:31 -0400 |
commit | cd60193ce40431cd05da4da66fb4156034b8f330 (patch) | |
tree | a433e65f0b01ceb3711fbf29fc277ff389a2f849 /Makefile | |
parent | Send FETCH for uncached UIDs (diff) | |
download | bubger-cd60193ce40431cd05da4da66fb4156034b8f330.tar.gz bubger-cd60193ce40431cd05da4da66fb4156034b8f330.zip |
Parse envelopes
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
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 |