From f3ee7526e1f04ccee1f1a4d3a775e2ce75169926 Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Thu, 24 Oct 2013 21:08:50 +0100 Subject: Initial implementation of client context, headers not working. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b741505..7bca880 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -TARGET=server -PREQS=server.o serverutils.o +TARGET=servd +PREQS=server.o serverutils.o context.o all: ${TARGET} -- cgit v1.2.3