From cd60193ce40431cd05da4da66fb4156034b8f330 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 9 Apr 2020 15:53:31 -0400 Subject: Parse envelopes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.4.1