aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Lasseter <nathan@4574.co.uk>2013-10-24 21:08:50 +0100
committerNathan Lasseter <nathan@4574.co.uk>2013-10-24 21:08:50 +0100
commitf3ee7526e1f04ccee1f1a4d3a775e2ce75169926 (patch)
treec49717071752e759ec7e63f002bbbdccc7d3338d /Makefile
parent8480e8287fdf3aa933ad7b82457b3e67ab0bfa0b (diff)
Initial implementation of client context, headers not working.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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}