about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-13 15:53:27 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-13 15:53:27 +0200
commit01c1c0d9707d2ac859a77d0b95c66fbfac1c07bd (patch)
treef454de8c7aa702740222d9378178e4ae16490566 /Makefile
parent0e892a5d833ff0552d3000dcae7a4ee1e573b679 (diff)
downloadmblaze-01c1c0d9707d2ac859a77d0b95c66fbfac1c07bd.tar.gz
mblaze-01c1c0d9707d2ac859a77d0b95c66fbfac1c07bd.tar.xz
mblaze-01c1c0d9707d2ac859a77d0b95c66fbfac1c07bd.zip
add rfc2045 and multipart decoding
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90b14ac..2d2e89b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CFLAGS=-g -O1 -Wall -Wno-switch -Wextra -Wwrite-strings -fstack-protector-strong -D_FORTIFY_SOURCE=2
 
-ALL = scan thread hdr show list next
+ALL = scan thread hdr show list next unmime
 
 all: $(ALL)
 
@@ -10,6 +10,7 @@ hdr: blaze822.o hdr.o
 show: blaze822.o show.o
 list: list.o
 next: next.o
+unmime: blaze822.o unmime.o rfc2045.o rfc2047.o
 
 clean: FRC
 	-rm -f $(ALL) *.o