From d8edb56851775b15040eb656635c9481e938c129 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 22 Jul 2016 18:10:00 +0200 Subject: Makefile: sort targets --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0294a1f..cbbbf62 100644 --- a/Makefile +++ b/Makefile @@ -1,20 +1,20 @@ CFLAGS=-g -O1 -Wall -Wno-switch -Wextra -fstack-protector-strong -D_FORTIFY_SOURCE=2 -ALL = mscan mthread mhdr mshow mlist mseq msort mmime minc mflag mdirs +ALL = mdirs mflag mhdr minc mlist mmime mscan mseq mshow msort mthread all: $(ALL) -mscan: mscan.o blaze822.o seq.o rfc2047.o -mthread: mthread.o blaze822.o seq.o +mdirs: mdirs.o +mflag: mflag.o blaze822.o seq.o mhdr: mhdr.o blaze822.o seq.o rfc2047.o -mshow: mshow.o blaze822.o seq.o rfc2045.o rfc2047.c +minc: minc.o mlist: mlist.o +mmime: mmime.o +mscan: mscan.o blaze822.o seq.o rfc2047.o mseq: mseq.o seq.o +mshow: mshow.o blaze822.o seq.o rfc2045.o rfc2047.c msort: msort.o blaze822.o seq.o -mmime: mmime.o -minc: minc.o -mflag: mflag.o blaze822.o seq.o -mdirs: mdirs.o +mthread: mthread.o blaze822.o seq.o clean: FRC -rm -f $(ALL) *.o -- cgit 1.4.1