From f8a305f4413d6910ae999daf61121c1f9713a1ec Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 6 Apr 2017 22:15:14 +0200 Subject: Makefile: ensure to build object files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41f2dcf..bb21265 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ maddr magrep mexport mflag mgenmid mhdr mlist mpick mscan msed mseq mshow msort mthread : seq.o slurp.o maddr magrep mhdr mpick mscan mshow : rfc2047.o magrep mshow : rfc2045.o -mshow : filter.o safe_u8putstr.c rfc2231.c +mshow : filter.o safe_u8putstr.o rfc2231.o msort : mystrverscmp.o mmime : slurp.o -- cgit 1.4.1