From 752bb16012f91f0e422709ebe997677a29601a2b Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 10 Mar 2013 14:16:36 +0100 Subject: Add simple server implementation: For testing purposes --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 708c80a..15c0788 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,6 @@ all: econproxy econproxy: econproxy.c util.c util.h econproto.h gcc -ggdb -Wall -o $@ econproxy.c util.c + +epserv: epserv.c econproto.h + gcc -ggdb -Wall -o $@ $< -- cgit