diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-20 13:50:53 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-20 13:50:53 +0200 |
commit | dc9e1fb7f31e28f33795d806f97018bb8802602f (patch) | |
tree | d52ee1f3838f4b3ba11288e2e52bf9244420b3f4 /Makefile | |
parent | 94f7343793b04409b57f5657a70b6c6cf024e3cd (diff) | |
download | mblaze-dc9e1fb7f31e28f33795d806f97018bb8802602f.tar.gz mblaze-dc9e1fb7f31e28f33795d806f97018bb8802602f.tar.xz mblaze-dc9e1fb7f31e28f33795d806f97018bb8802602f.zip |
mscan: rename from scan
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 802a4fd..37008e4 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ CFLAGS=-g -O1 -Wall -Wno-switch -Wextra -fstack-protector-strong -D_FORTIFY_SOURCE=2 -ALL = scan thread hdr show list mseq msort +ALL = mscan thread hdr show list mseq msort all: $(ALL) -scan: scan.o blaze822.o seq.o rfc2047.o +mscan: mscan.o blaze822.o seq.o rfc2047.o thread: thread.o blaze822.o seq.o hdr: hdr.o blaze822.o seq.o rfc2047.o show: show.o blaze822.o seq.o rfc2045.o rfc2047.c |