summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2ef430..0294a1f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 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
+ALL = mscan mthread mhdr mshow mlist mseq msort mmime minc mflag mdirs
 
 all: $(ALL)
 
@@ -14,6 +14,7 @@ msort: msort.o blaze822.o seq.o
 mmime: mmime.o
 minc: minc.o
 mflag: mflag.o blaze822.o seq.o
+mdirs: mdirs.o
 
 clean: FRC
 	-rm -f $(ALL) *.o