about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 13:50:53 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 13:50:53 +0200
commitdc9e1fb7f31e28f33795d806f97018bb8802602f (patch)
treed52ee1f3838f4b3ba11288e2e52bf9244420b3f4
parent94f7343793b04409b57f5657a70b6c6cf024e3cd (diff)
downloadmblaze-dc9e1fb7f31e28f33795d806f97018bb8802602f.tar.gz
mblaze-dc9e1fb7f31e28f33795d806f97018bb8802602f.tar.xz
mblaze-dc9e1fb7f31e28f33795d806f97018bb8802602f.zip
mscan: rename from scan
-rw-r--r--Makefile4
-rw-r--r--mscan.c (renamed from scan.c)0
2 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
diff --git a/scan.c b/mscan.c
index d962d33..d962d33 100644
--- a/scan.c
+++ b/mscan.c