From: chris mikkelson Date: Tue, 9 Mar 2010 00:51:59 +0000 (-0600) Subject: Add multipart.o to library target. X-Git-Url: https://git.mikk.net/?a=commitdiff_plain;h=d221b6d365604f7496cecba4190faf87955e62b0;p=liburl Add multipart.o to library target. --- diff --git a/Makefile b/Makefile index dbe6f1f..63e1ddc 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -CFLAGS=-Wall -Werror -I/usr/local/include +CFLAGS=-g -Wall -Werror -I/usr/local/include .c.o: $(CC) $(CFLAGS) -c $> -OBJS=msgproc.o base64.o quoted-printable.o re_stream.o html.o text.o +OBJS=msgproc.o base64.o quoted-printable.o re_stream.o html.o text.o multipart.o default: liburl.a