about summary refs log tree commit diff
diff options
context:
space:
mode:
-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