From cf3b70ed9814483a84979e8f88272f56986e5fb9 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 16 Jul 2016 22:25:04 +0200 Subject: [PATCH] Makefile: add new show deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a37fce..e5c5d7c 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: $(ALL) scan: blaze822.o scan.o rfc2047.o thread: blaze822.o thread.o hdr: blaze822.o hdr.o rfc2047.o -show: blaze822.o show.o +show: blaze822.o show.o rfc2045.o rfc2047.c list: list.o unmime: blaze822.o unmime.o rfc2045.o rfc2047.o mseq: mseq.o