From dbcd584e8c150d81a74dba63c32ff0d31da89dbb Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 8 Apr 2020 16:55:57 -0400 Subject: Add compat.h dependency to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9b2152..a22cd7c 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: ${BINS} imbox: ${OBJS} ${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@ -${OBJS}: imap.h +${OBJS}: compat.h imap.h clean: rm -f ${BINS} ${OBJS} -- cgit 1.4.1